Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#136)
Browse files Browse the repository at this point in the history
Bump docker/build-push-action from 4 to 5
  • Loading branch information
Guts authored Oct 1, 2023
2 parents 7f7477d + 87827ec commit e107844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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 e107844

Please sign in to comment.