From a628948f772a351c3b8f85dc76a0130c18e3eb54 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 1 Oct 2024 13:17:00 +0000 Subject: [PATCH] Bump cookiecutter template to bae864 --- .cruft.json | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 49f11d86..eea22546 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "checkout": null, - "commit": "cee205846b2eb6f25e1ce762f395aa50ccbbf93e", + "commit": "bae86448088992cdbd3acde751ad7aa19a79d71b", "context": { "cookiecutter": { "project_name": "extractors", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b542aaf..6a26d287 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: --tag ghcr.io/robert-koch-institut/mex-extractors:latest \ --tag ghcr.io/robert-koch-institut/mex-extractors:${{ github.sha }} \ --tag ghcr.io/robert-koch-institut/mex-extractors:${{ needs.release.outputs.tag }} - docker push ghcr.io/robert-koch-institut/mex-extractors:latest + docker push --all-tags ghcr.io/robert-koch-institut/mex-extractors distribute: runs-on: ubuntu-latest