Skip to content

Commit

Permalink
Correct use of envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack committed Feb 6, 2022
1 parent 0c96b06 commit 868194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
kustomize-version: v4.5.1
- name: Set Release Image
run: cd config/default && kustomize edit set image ghcr.io/jameslaverack/minecraft-operator:${{ env.GITHUB_REF_NAME }}
run: cd config/default && kustomize edit set image ghcr.io/jameslaverack/minecraft-operator:${GITHUB_REF_NAME}
- name: Build Kubernetes YAML
run: kustomize build config/default > operator.yaml
- name: Release
Expand Down

0 comments on commit 868194d

Please sign in to comment.