We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3455e96 commit ae144a3Copy full SHA for ae144a3
.github/workflows/docker.yml
@@ -36,14 +36,14 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
- name: Push image
39
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
40
with:
41
context: .
42
push: true
43
tags: |
44
ghcr.io/${{ github.repository }}:${{ github.sha }}
45
- name: Tag & Push branch image
46
47
48
49
@@ -52,7 +52,7 @@ jobs:
52
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
53
- name: Tag & Push latest image
54
if: github.ref_name == 'main'
55
56
57
58
0 commit comments