Skip to content

Commit

Permalink
Merge pull request #1070 from clearlydefined/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-5.2.0

Bump docker/build-push-action from 5.1.0 to 5.2.0
  • Loading branch information
lumaxis authored Mar 15, 2024
2 parents df2ea31 + 7620f08 commit aa09bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
DOCKER_TAGS: |
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DEPLOY_DOCKER_TAG }}
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
DOCKER_TAGS: |
${{ env.DOCKER_IMAGE_NAME }}:${{ steps.package.outputs.version }}
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
push: true
Expand Down

0 comments on commit aa09bd7

Please sign in to comment.