We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34d86bc + 41c2f22 commit 4764b05Copy full SHA for 4764b05
.github/workflows/build-image.yml
@@ -96,7 +96,7 @@ jobs:
96
echo "::set-output name=image_ref::${DOCKER_TAG})"
97
98
- name: Build Docker Image
99
- uses: docker/build-push-action@v2.6.1
+ uses: docker/build-push-action@v6.18.0
100
with:
101
tags: |
102
${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}
.github/workflows/build-pixi-image.yml
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
0 commit comments