We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7702725 commit 5102c47Copy full SHA for 5102c47
.github/workflows/build-and-push-containers.yml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Push API image to GHCR
51
run: |
52
- docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-api:${{ github.sha }} --all-tags
+ docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-api --all-tags
53
54
- name: Push Blazor image to GHCR
55
56
- docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-blazor:${{ github.sha }} --all-tags
+ docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-blazor --all-tags
0 commit comments