Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cookiecutter template to 77775e (#120)
# Changes - bumped cookiecutter template to robert-koch-institut/mex-template@77775e # Conflicts ```diff a/.github/workflows/release.yml b/.github/workflows/release.yml (rejected hunks) @@ -127,7 +127,7 @@ jobs: --tag ghcr.io/robert-koch-institut/mex-model:latest \ --tag ghcr.io/robert-koch-institut/mex-model:${{ github.sha }} \ --tag ghcr.io/robert-koch-institut/mex-model:${{ needs.release.outputs.tag }} - docker push ghcr.io/robert-koch-institut/mex-model:latest + docker push --all-tags ghcr.io/robert-koch-institut/mex-model:latest distribute: runs-on: ubuntu-latest ``` Co-authored-by: erichesse <[email protected]>
- Loading branch information