Skip to content

Commit

Permalink
correct name of manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 25, 2024
1 parent da19a8d commit a5b81f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
nix-shell \
-p kustomize \
--run 'cd manifests/apps/elo && kustomize edit set image ${{ needs.push.outputs.image }}'
--run 'cd manifests/apps/elo-anything && kustomize edit set image ${{ needs.push.outputs.image }}'
- name: commit and push changes
run: |
Expand Down

0 comments on commit a5b81f7

Please sign in to comment.