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 c735bae commit 2ed2ce2Copy full SHA for 2ed2ce2
.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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
25
with:
26
push: ${{ github.ref == 'refs/heads/main' }}
27
tags: ghcr.io/promise/discord-bot-boilerplate:latest
0 commit comments