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 3caf0c0 commit 69f6dd8Copy full SHA for 69f6dd8
.github/workflows/build-and-publish.yml
@@ -68,12 +68,12 @@ jobs:
68
exit-code: '1'
69
severity: 'CRITICAL'
70
71
- - name: Retag & push final image
+ - name: Tag & push final image
72
if: success()
73
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
+ docker buildx imagetools create \
+ --tag ghcr.io/bahnew/clinical-frontend:latest \
+ ghcr.io/bahnew/clinical-frontend:temp
77
78
- name: Repository Dispatch
79
0 commit comments