Skip to content

Commit

Permalink
ci(deps): 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 and mergify[bot] committed Jan 31, 2023
1 parent a19985a commit 2f667d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- id: full-image-name
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
- name: Build and push the image to GitHub Container registry
uses: docker/build-push-action@v3.3.1
uses: docker/build-push-action@v4.0.0
with:
context: .
push: true
Expand Down

0 comments on commit 2f667d7

Please # to comment.