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.
1 parent 95e801d commit 1edb53bCopy full SHA for 1edb53b
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
id: meta
31
uses: docker/metadata-action@v5
32
with:
33
- images: ${{REGISTRY}}/${{IMAGE_NAME}}
+ images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
34
tags: |
35
type=sha,prefix={{branch}}-
36
0 commit comments