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 dd909b3 commit 43013afCopy full SHA for 43013af
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: docker/setup-buildx-action@v1
32
- name: Build Image
33
id: docker_build
34
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
35
with:
36
push: false
37
file: images/${{ matrix.path }}/${{ matrix.version }}/Dockerfile
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
echo ::set-output name=POST_TAG::$(git describe --tag | cut -d "-" -f 2,3)
- name: Build and push ghcr.io
- uses: docker/build-push-action@v1
registry: ghcr.io
username: ${{ github.actor }}
0 commit comments