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 f315732 commit 40eeef1Copy full SHA for 40eeef1
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
with:
89
images: |
90
${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}/cwms/data-api
91
- ghcr.io/${REPO}
+ ghcr.io/${{env.REPO}}
92
tags: |
93
type=sha
94
type=ref,event=tag
@@ -112,7 +112,7 @@ jobs:
112
113
push: true
114
tags: ${{ steps.meta.outputs.tags }}
115
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
116
- name: Set Output Image
117
id: set_image
118
run: |
0 commit comments