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.
latest
1 parent ab9c37f commit ead2cb9Copy full SHA for ead2cb9
.github/workflows/deploy.yml
@@ -26,6 +26,9 @@ jobs:
26
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
27
with:
28
images: ${{ env.IMAGE_NAME}}
29
+ tags: |
30
+ type=raw,value=latest
31
+ type=sha
32
- name: Build and push Docker image
33
id: push
34
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
0 commit comments