Skip to content

Commit

Permalink
fix tarball export example for single-rid publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 3, 2024
1 parent a136575 commit 81039b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
working-directory: ./src/sdk-container-demo
run: |
mkdir images \
&& dotnet publish -p PublishProfile=DefaultContainer -p ContainerArchiveOutputPath=images /bl
&& dotnet publish -t:PublishContainer -p ContainerArchiveOutputPath=images /bl -r linux-x64
- name: List tarballs
run: ls -l ./src/sdk-container-demo/images
- name: Load image into Docker
Expand Down

0 comments on commit 81039b1

Please sign in to comment.