We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 218f20f + f59952f commit fb5329fCopy full SHA for fb5329f
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
42
- name: Build and push Docker image
43
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
44
with:
45
context: .
46
push: true
0 commit comments