We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5102c47 commit 81244c3Copy full SHA for 81244c3
1 file changed
.github/workflows/build-and-push-containers.yml
@@ -36,7 +36,7 @@ jobs:
36
-p:PublishProfile=DefaultContainer \
37
-p:ContainerRegistry=ghcr.io \
38
-p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-api \
39
- -p:ContainerImageTags=${{ github.sha }}
+ -p:ContainerImageTags=${{ github.sha }};latest
40
41
- name: Publish Blazor container image
42
run: |
@@ -45,7 +45,7 @@ jobs:
45
46
47
-p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-blazor \
48
49
50
- name: Push API image to GHCR
51
0 commit comments