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 fd9de39 commit c6b0fe7Copy full SHA for c6b0fe7
.github/workflows/docker-image.yml
@@ -21,7 +21,7 @@ jobs:
21
password: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }}
24
- uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
25
with:
26
push: ${{ github.ref == 'refs/heads/main' }}
27
tags: ghcr.io/project-blurple/blurple-contests:latest
0 commit comments