Skip to content

Commit

Permalink
ci: manifest workflow parameter clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmillennick committed Jan 21, 2025
1 parent 5b02eb2 commit 6e7e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:

- name: Build and push container manifest
run: |
./scripts/docker/build-push-manifest ${{ inputs.container_name }}
./scripts/docker/build-push-manifest -n ${{ inputs.container_name }}

0 comments on commit 6e7e69f

Please sign in to comment.