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 a24bff7 commit 5ab686fCopy full SHA for 5ab686f
.github/workflows/docker.yml
@@ -26,14 +26,14 @@ jobs:
26
username: ${{ github.actor }}
27
password: ${{ secrets.GITHUB_TOKEN }}
28
- name: Push image
29
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
30
with:
31
context: .
32
push: true
33
tags: |
34
ghcr.io/${{ github.repository }}:${{ github.sha }}
35
- name: Tag & Push branch image
36
37
38
39
@@ -42,7 +42,7 @@ jobs:
42
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
43
- name: Tag & Push latest image
44
if: github.ref_name == 'main'
45
46
47
48
0 commit comments