Skip to content

Commit 69f6dd8

Browse files
author
Prakash
committed
Fixing build failure
1 parent 3caf0c0 commit 69f6dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
exit-code: '1'
6969
severity: 'CRITICAL'
7070

71-
- name: Retag & push final image
71+
- name: Tag & push final image
7272
if: success()
7373
run: |
74-
docker manifest create ghcr.io/bahnew/clinical-frontend:latest \
75-
--amend ghcr.io/bahnew/clinical-frontend:temp
76-
docker manifest push ghcr.io/bahnew/clinical-frontend:latest
74+
docker buildx imagetools create \
75+
--tag ghcr.io/bahnew/clinical-frontend:latest \
76+
ghcr.io/bahnew/clinical-frontend:temp
7777
7878
- name: Repository Dispatch
7979
run: |

0 commit comments

Comments
 (0)