Skip to content

Commit d9d1d75

Browse files
Bump docker/build-push-action from 6 to 7 (#33)
1 parent e77f948 commit d9d1d75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Build and Push Docker images (multi-arch)
136136
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'
137-
uses: docker/build-push-action@v6
137+
uses: docker/build-push-action@v7
138138
with:
139139
context: .
140140
push: true

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Build and Push Docker images (multi-arch)
122122
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: .
126126
push: true

0 commit comments

Comments
 (0)