mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
fix: github action
This commit is contained in:
parent
b4690affcf
commit
0cfb0bb2ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
|
||||
name: ci
|
||||
name: docker
|
||||
|
||||
|
||||
on:
|
||||
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
-
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
if: ${{ github.repository == 'jsonnet-libs/docsonnet' }}
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue