Skip to content

Commit 7f7833e

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 8bc403b commit 7f7833e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@v5.4.0
31+
uses: docker/build-push-action@v6.17.0
3232
with:
3333
context: .
3434
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
- name: Build and push
3535
id: docker_build
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v6
3737
with:
3838
context: ./
3939
file: ./Dockerfile

0 commit comments

Comments
 (0)