We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bb1d8 commit fc3f9bcCopy full SHA for fc3f9bc
1 file changed
.github/workflows/docker.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/build-push-action@v2
50
with:
51
context: .
52
- push: ${{ github.event_name != 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
+ push: ${{ github.event_name != 'pull_request' && github.repository == 'jsonnet-libs/docsonnet' }}
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
55
-
0 commit comments