Skip to content

Commit 868194d

Browse files
committed
Correct use of envvar
1 parent 0c96b06 commit 868194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
kustomize-version: v4.5.1
2020
- name: Set Release Image
21-
run: cd config/default && kustomize edit set image ghcr.io/jameslaverack/minecraft-operator:${{ env.GITHUB_REF_NAME }}
21+
run: cd config/default && kustomize edit set image ghcr.io/jameslaverack/minecraft-operator:${GITHUB_REF_NAME}
2222
- name: Build Kubernetes YAML
2323
run: kustomize build config/default > operator.yaml
2424
- name: Release

0 commit comments

Comments
 (0)