Skip to content

Commit 1ae9621

Browse files
Fix Release Pipeline by pushing all tags
1 parent 7d5dbd2 commit 1ae9621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
2727

2828
- name: Push API image
29-
run: docker push robinmanuelthiel/microcommunication-api
29+
run: docker push robinmanuelthiel/microcommunication-api --all-tags
3030

3131
- name: Push Random image
32-
run: docker push robinmanuelthiel/microcommunication-random
32+
run: docker push robinmanuelthiel/microcommunication-random --all-tags
3333

3434
- name: Push Web image
35-
run: docker push robinmanuelthiel/microcommunication-web
35+
run: docker push robinmanuelthiel/microcommunication-web --all-tags

0 commit comments

Comments
 (0)