Skip to content

Commit

Permalink
deps: Merge remote-tracking branch 'origin/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5' into deps
  • Loading branch information
gardenerik committed Oct 1, 2023
2 parents f768a16 + 284852d commit a7018c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit a7018c4

Please sign in to comment.