We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2e362 commit e276a99Copy full SHA for e276a99
1 file changed
.github/workflows/docker.yml
@@ -53,7 +53,7 @@ jobs:
53
driver-opts: network=host
54
55
- name: Build & push the base image to local registry
56
- uses: docker/build-push-action@v6.18.0
+ uses: docker/build-push-action@v7.0.0
57
with:
58
context: .
59
push: true
@@ -74,7 +74,7 @@ jobs:
74
echo "additional_tags=,ghcr.io/${{ github.repository }}/runtime:${{ matrix.version }}" >> $GITHUB_ENV
75
76
- name: Build & push the ${{ matrix.version }}-${{ matrix.arch }} image
77
78
79
80
0 commit comments