Skip to content

Commit 80cfc48

Browse files
chore(deps): update docker/build-push-action action to v7 (#358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae4adb commit 80cfc48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-workflow-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build and load to the Docker client
9090
if: ${{ !contains(matrix.output_image_tags, 'gpu') }}
91-
uses: docker/build-push-action@v6
91+
uses: docker/build-push-action@v7
9292
with:
9393
load: true
9494
push: false
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Push to DockerHub
123123
if: ${{ github.ref == 'refs/heads/main' }}
124-
uses: docker/build-push-action@v6
124+
uses: docker/build-push-action@v7
125125
with:
126126
push: true
127127
context: ${{ inputs.context }}

0 commit comments

Comments
 (0)