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 95d3c93 commit 6759741Copy full SHA for 6759741
.github/workflows/build_image.yml
@@ -38,7 +38,9 @@ jobs:
38
uses: docker/metadata-action@v5
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
- tags: type=sha,prefix=,format=short
+ tags: |
42
+ type=sha,prefix=,format=short
43
+ type=raw,value=latest
44
45
# Build and push Docker image to registry
46
- name: Build and push Docker image
@@ -56,5 +58,4 @@ jobs:
56
58
57
59
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
60
subject-digest: ${{ steps.push.outputs.digest }}
- push-to-registry: true
61
0 commit comments