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.
2 parents 84a43c1 + 4ce7411 commit 1b96c23Copy full SHA for 1b96c23
.github/workflows/buildContainer.yaml
@@ -289,6 +289,7 @@ jobs:
289
- name: Retag image for Docker Hub
290
run: |
291
docker tag ghcr.io/${{ github.repository }}/${{ matrix.image }}:testcandidate harbor.computational.bio.uni-giessen.de/tinqiita/${{ matrix.image }}:${{ env.IMAGE_TAG }}
292
+ docker tag ghcr.io/${{ github.repository }}/${{ matrix.image }}:testcandidate harbor.computational.bio.uni-giessen.de/tinqiita/${{ matrix.image }}:latest
293
294
- name: Push image to Docker Hub
295
0 commit comments