Skip to content

Commit 81244c3

Browse files
committed
fix: Append 'latest' tag to container image tags for API and Blazor publishing
1 parent 5102c47 commit 81244c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-p:PublishProfile=DefaultContainer \
3737
-p:ContainerRegistry=ghcr.io \
3838
-p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-api \
39-
-p:ContainerImageTags=${{ github.sha }}
39+
-p:ContainerImageTags=${{ github.sha }};latest
4040
4141
- name: Publish Blazor container image
4242
run: |
@@ -45,7 +45,7 @@ jobs:
4545
-p:PublishProfile=DefaultContainer \
4646
-p:ContainerRegistry=ghcr.io \
4747
-p:ContainerRepository=${{ github.repository_owner }}/fsh-playground-blazor \
48-
-p:ContainerImageTags=${{ github.sha }}
48+
-p:ContainerImageTags=${{ github.sha }};latest
4949
5050
- name: Push API image to GHCR
5151
run: |

0 commit comments

Comments
 (0)