Skip to content

Commit 5bb7f7b

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 64d85e5 commit 5bb7f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-generations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
4646

4747
- name: Build and push Docker image (release)
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
if: ${{ inputs.prerelease == 'false' }}
5050
with:
5151
context: .
@@ -59,7 +59,7 @@ jobs:
5959
platforms: linux/amd64
6060

6161
- name: Build and push Docker image (prerelease)
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
if: ${{ inputs.prerelease == 'true' }}
6464
with:
6565
context: .

0 commit comments

Comments
 (0)