We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c825b commit e0d2f59Copy full SHA for e0d2f59
.github/workflows/docker-build-push-on-tag-or-release.yaml
@@ -44,7 +44,7 @@ jobs:
44
password: ${{ secrets.REGISTRY_PASSWORD }}
45
46
- name: Build and push
47
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
48
with:
49
context: .
50
tags: ${{ steps.meta.outputs.tags }}
.github/workflows/docker-build.yaml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/setup-buildx-action@v3
41
42
43
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
0 commit comments