Skip to content

Commit

Permalink
chore(actions): update docker/build-push-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent 54f7dfa commit 470b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
env:
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY }}:${{ needs.prepare.outputs.version }}
with:
Expand Down

0 comments on commit 470b92d

Please sign in to comment.