We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4690af commit 0cfb0bbCopy full SHA for 0cfb0bb
1 file changed
.github/workflows/docker.yml
@@ -1,5 +1,5 @@
1
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
2
-name: ci
+name: docker
3
4
5
on:
@@ -37,7 +37,7 @@ jobs:
37
type=semver,pattern={{version}}
38
type=semver,pattern={{major}}.{{minor}}
39
-
40
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: ${{ github.repository == 'jsonnet-libs/docsonnet' }}
41
name: Login to DockerHub
42
uses: docker/login-action@v1
43
with:
0 commit comments