Skip to content

Commit

Permalink
Add missing pipe symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ebusho committed Jul 4, 2023
1 parent f3ae6fa commit ecb7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Bake and push manifests
run: |
kubectl kustomize ${MANIFESTS_PATH} | \
envsubst '${CONTAINER_IMAGE}' \
envsubst '${CONTAINER_IMAGE}' | \
flux push artifact oci://${OCI_IMAGE_URL_INFRA} -f - | \
--source="$(git config --get remote.origin.url)" \
--revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" \
Expand Down

0 comments on commit ecb7086

Please sign in to comment.