We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1d6c0 commit 1cfe739Copy full SHA for 1cfe739
.github/workflows/docker-publish.yml
@@ -83,6 +83,7 @@ jobs:
83
file: Dockerfile
84
push: true
85
tags: |
86
+ ghcr.io/${{ github.repository }}:${{ github.ref_name }}
87
ghcr.io/${{ github.repository }}:${{ github.sha }}
88
89
- name: Deploy to MST Azure Web App
0 commit comments