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 64d85e5 commit 5bb7f7bCopy full SHA for 5bb7f7b
.github/workflows/image-generations.yml
@@ -45,7 +45,7 @@ jobs:
45
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
46
47
- name: Build and push Docker image (release)
48
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
49
if: ${{ inputs.prerelease == 'false' }}
50
with:
51
context: .
@@ -59,7 +59,7 @@ jobs:
59
platforms: linux/amd64
60
61
- name: Build and push Docker image (prerelease)
62
63
if: ${{ inputs.prerelease == 'true' }}
64
65
0 commit comments