Skip to content

Commit eb42b75

Browse files
Update docker/build-push-action action to v6 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5917c68 commit eb42b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-single-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
username: ${{ secrets.SA_GITHUB_USERNAME }}
219219
password: ${{ secrets.SA_GITHUB_PAT }}
220220
- name: Build and push
221-
uses: docker/build-push-action@v3
221+
uses: docker/build-push-action@v6
222222
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
223223
with:
224224
context: ${{ steps.get-context.outputs.path }}

0 commit comments

Comments
 (0)