We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54194c commit 231e44aCopy full SHA for 231e44a
.github/workflows/docker.yaml
@@ -38,9 +38,9 @@ jobs:
38
type=sha,prefix=,format=long
39
type=semver,pattern=v{{version}}
40
type=semver,pattern=v{{major}}.{{minor}}
41
-
+
42
- name: Don't push to registry if this is a PR
43
- if: "${{ github.event_name }}" = "pull_request"
+ if: github.event_name == 'pull_request'
44
run: |
45
echo "Not pushing the image to any container registry as this workflow is running on a pull request"
46
exit 0
0 commit comments