Skip to content

Commit 41c2f22

Browse files
Update docker/build-push-action action to v6
1 parent 72d113a commit 41c2f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "::set-output name=image_ref::${DOCKER_TAG})"
9797
9898
- name: Build Docker Image
99-
uses: docker/build-push-action@v2.6.1
99+
uses: docker/build-push-action@v6.18.0
100100
with:
101101
tags: |
102102
${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "::set-output name=image_ref::${DOCKER_TAG})"
9393
9494
- name: Build Docker Image
95-
uses: docker/build-push-action@v2.6.1
95+
uses: docker/build-push-action@v6.18.0
9696
with:
9797
tags: |
9898
${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}

0 commit comments

Comments
 (0)