Skip to content

Commit

Permalink
hotfix/fix docker push, again (#73)
Browse files Browse the repository at this point in the history
# Fixed
- fix docker push syntax by removing the exlicit latest tag

Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Sep 16, 2024
1 parent 77775ea commit bae8644
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 --all-tags ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}:latest
docker push --all-tags ghcr.io/robert-koch-institut/mex-{{ cookiecutter.project_name }}
distribute:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bae8644

Please sign in to comment.