We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a96c0 commit 6b5b10fCopy full SHA for 6b5b10f
.github/workflows/docker.yml
@@ -45,7 +45,7 @@ jobs:
45
password: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: Build & push the base image to local registry
48
- uses: docker/build-push-action@v6.10.0
+ uses: docker/build-push-action@v6.14.0
49
with:
50
context: .
51
push: true
@@ -65,7 +65,7 @@ jobs:
65
echo "additional_tags=,ghcr.io/${{ github.repository }}/runtime:${{ matrix.version }}" >> $GITHUB_ENV
66
67
- name: Build & push the ${{ matrix.version }}-${{ matrix.arch }} image
68
69
70
71
0 commit comments