Skip to content

Commit 5102c47

Browse files
committed
fix: Remove specific image tags from Docker push commands for API and Blazor containers
1 parent 7702725 commit 5102c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Push API image to GHCR
5151
run: |
52-
docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-api:${{ github.sha }} --all-tags
52+
docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-api --all-tags
5353
5454
- name: Push Blazor image to GHCR
5555
run: |
56-
docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-blazor:${{ github.sha }} --all-tags
56+
docker push ghcr.io/${{ github.repository_owner }}/fsh-playground-blazor --all-tags

0 commit comments

Comments
 (0)