Skip to content

Commit 2f667d7

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update docker/build-push-action action to v4
1 parent a19985a commit 2f667d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- id: full-image-name
101101
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
102102
- name: Build and push the image to GitHub Container registry
103-
uses: docker/build-push-action@v3.3.1
103+
uses: docker/build-push-action@v4.0.0
104104
with:
105105
context: .
106106
push: true

0 commit comments

Comments
 (0)