We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b551df0 commit 9b0cd9bCopy full SHA for 9b0cd9b
.github/workflows/docker-image.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Build and push
74
id: docker_build
75
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') }}
76
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
77
with:
78
context: .
79
platforms: linux/amd64,linux/arm64
@@ -83,7 +83,7 @@ jobs:
83
- name: Verify build
84
id: docker_verify_build
85
if: ${{ github.event_name != 'workflow_dispatch' && !startsWith(github.ref, 'refs/tags/v') }}
86
87
88
89
0 commit comments