Skip to content

Commit

Permalink
Merge pull request #3138 from kichristensen/publishServerImages
Browse files Browse the repository at this point in the history
Publish Porter server images
  • Loading branch information
sgettys authored May 30, 2024
2 parents e5e562f + 5fbb6c9 commit f34f5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ jobs:
username: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"
- name: Publish Docker Images to ${{inputs.registry}}
run: PORTER_REGISTRY=${{inputs.registry}} mage PublishImages
run: PORTER_REGISTRY=${{inputs.registry}} mage PublishImages PublishServerMultiArchImages

0 comments on commit f34f5d2

Please sign in to comment.