We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c21b4 commit 0f1ef6bCopy full SHA for 0f1ef6b
.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