We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217d37 commit 81e91e6Copy full SHA for 81e91e6
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
id: meta
39
uses: docker/metadata-action@v5
40
with:
41
- images: ${{ github.repository }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
42
tags: |
43
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
44
type=raw,value=edge,enable=${{ github.ref == 'refs/heads/dev' }}
0 commit comments