Skip to content

Commit 43013af

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent dd909b3 commit 43013af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v1
3232
- name: Build Image
3333
id: docker_build
34-
uses: docker/build-push-action@v2
34+
uses: docker/build-push-action@v6
3535
with:
3636
push: false
3737
file: images/${{ matrix.path }}/${{ matrix.version }}/Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo ::set-output name=POST_TAG::$(git describe --tag | cut -d "-" -f 2,3)
3232
- name: Build and push ghcr.io
33-
uses: docker/build-push-action@v1
33+
uses: docker/build-push-action@v6
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)