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 1b73b09 commit 29ca3d7Copy full SHA for 29ca3d7
.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