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.
2 parents 1b73b09 + 29ca3d7 commit 9f7e062Copy full SHA for 9f7e062
.github/workflows/docker.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: docker/build-push-action@v6
34
with:
35
platforms: linux/amd64
36
- push: "${{ github.event_name == 'push' && github.ref == 'main' && 'true' }}"
+ push: "${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'true' }}"
37
tags: |
38
048268392960.dkr.ecr.us-west-2.amazonaws.com/rubygems/inspector:${{ github.sha }}
0 commit comments