From b4ab4f4cdd52b2863d2206af69728cca9377161c Mon Sep 17 00:00:00 2001 From: jennycmuscat Date: Tue, 16 Jul 2024 17:06:35 +0100 Subject: [PATCH] Version v0.1.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92999e9..6d78560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - name: "Build Docker image" run: | docker build . -f containers/Dockerfile \ - -t ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:v0.1.0 + -t ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:v0.1.1 -t ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:latest - name: "Release Docker image" run: | - docker push ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:v0.1.0 + docker push ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:v0.1.1 docker push ghcr.io/edinburgh-genome-foundry/sequeduct_methyl:latest \ No newline at end of file