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 72d113a commit 41c2f22Copy full SHA for 41c2f22
.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