Skip to content

Commit d612b5a

Browse files
committed
Fix use of environment variable
1 parent 4c987a6 commit d612b5a

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:${{ GITHUB_REF_NAME }}
21+
run: cd config/default && kustomize edit set image ghcr.io/jameslaverack/minecraft-operator:${{ env.GITHUB_REF_NAME }}
2222
- name: Build Kubernetes YAML
2323
run: kustomize build config/default > operator.yaml
2424
- name: Release

0 commit comments

Comments
 (0)