Skip to content

Commit 857ab8a

Browse files
Update docker/build-push-action action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ce6001 commit 857ab8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-container/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
process_tags
8686
8787
- name: Build container image
88-
uses: docker/build-push-action@v5
88+
uses: docker/build-push-action@v6
8989
id: docker-build
9090
with:
9191
platforms: ${{ inputs.runner_platform }}
@@ -113,7 +113,7 @@ runs:
113113
114114
- name: Build and push
115115
if: ${{ inputs.push }} == 'true'
116-
uses: docker/build-push-action@v5
116+
uses: docker/build-push-action@v6
117117
id: docker-build-push
118118
with:
119119
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)