We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f530488 commit 831ad8eCopy full SHA for 831ad8e
.github/workflows/container.yml
@@ -51,7 +51,7 @@ jobs:
51
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
52
53
- name: Build and push Docker image
54
- uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
55
with:
56
context: .
57
push: true
0 commit comments