Skip to content

Commit 0cfb0bb

Browse files
committed
fix: github action
1 parent b4690af commit 0cfb0bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
2-
name: ci
2+
name: docker
33

44

55
on:
@@ -37,7 +37,7 @@ jobs:
3737
type=semver,pattern={{version}}
3838
type=semver,pattern={{major}}.{{minor}}
3939
-
40-
if: github.event.pull_request.head.repo.full_name == github.repository
40+
if: ${{ github.repository == 'jsonnet-libs/docsonnet' }}
4141
name: Login to DockerHub
4242
uses: docker/login-action@v1
4343
with:

0 commit comments

Comments
 (0)