Skip to content

Commit

Permalink
ci: update docker/build-push-action action to v5 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot committed Mar 19, 2024
1 parent 32389fd commit 47b92bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
images: ghcr.io/${{ github.repository_owner }}/pytest

- name: Build
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.3.0
with:
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Build and push
id: build-push
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.3.0
if: steps.release.outputs.new_release_published == 'true'
with:
push: true
Expand Down

0 comments on commit 47b92bb

Please sign in to comment.