We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19985a commit 2f667d7Copy full SHA for 2f667d7
.github/workflows/build-and-deploy.yml
@@ -100,7 +100,7 @@ jobs:
100
- id: full-image-name
101
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
102
- name: Build and push the image to GitHub Container registry
103
- uses: docker/build-push-action@v3.3.1
+ uses: docker/build-push-action@v4.0.0
104
with:
105
context: .
106
push: true
0 commit comments