We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40f17 commit a96b265Copy full SHA for a96b265
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
id: meta
34
uses: docker/metadata-action@v5
35
with:
36
- images: ${{ steps.base_image_name.outputs.image_name }}
+ images: ${{ env.REGISTRY }}/${{ github.repository }}
37
tags: |
38
type=raw,value=latest,enable={{is_default_branch}}
39
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
0 commit comments