Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v3.1.0 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2022
1 parent 7a0a08e commit 9f4c673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0

- name: Build container images
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
with:
context: .
tags: ${{ env.IMAGE_NAME }}:latest
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
# We rebuild from the release commit, so promu has the correct Git metadata from the Git tag
- name: Build and push container images
if: ${{ steps.semantic-release.outputs.new_release_published == 'true' }}
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
with:
# Use Path context, otherwise `.git` directory is not available for promu
context: .
Expand Down

0 comments on commit 9f4c673

Please sign in to comment.