Skip to content

Commit

Permalink
feature/mx-1696 push all tags (#72)
Browse files Browse the repository at this point in the history
# Fixed
- push all docker tags

Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Sep 16, 2024
1 parent cee2058 commit 77775ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
--tag ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:latest \
--tag ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:{% raw %}${{ github.sha }}{% endraw %} \
--tag ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:{% raw %}${{ needs.release.outputs.tag }}{% endraw %}
docker push ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:latest
docker push --all-tags ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:latest
distribute:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77775ea

Please sign in to comment.