We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d2341 commit e023a5dCopy full SHA for e023a5d
.github/workflows/My_Release.yml
@@ -33,7 +33,7 @@ jobs:
33
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34
35
- name: Build and push Docker image
36
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
37
with:
38
context: .
39
push: ${{ github.event_name != 'pull_request' }}
0 commit comments