We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2e865 commit c9239ccCopy full SHA for c9239cc
.github/workflows/publish.yaml
@@ -35,7 +35,7 @@ jobs:
35
type=semver,pattern={{version}}
36
37
- name: Build and push Docker image for ${{ matrix.image_name }}
38
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
39
with:
40
context: .
41
platforms: linux/amd64
0 commit comments