Skip to content

Commit 40eeef1

Browse files
committed
correct variable usage.
1 parent f315732 commit 40eeef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
images: |
9090
${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}/cwms/data-api
91-
ghcr.io/${REPO}
91+
ghcr.io/${{env.REPO}}
9292
tags: |
9393
type=sha
9494
type=ref,event=tag
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
push: true
114114
tags: ${{ steps.meta.outputs.tags }}
115-
labels: ${{ steps.meta.outputs.labels }}
115+
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Set Output Image
117117
id: set_image
118118
run: |

0 commit comments

Comments
 (0)