Skip to content

Commit

Permalink
Version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jennycmuscat committed Jul 16, 2024
1 parent bdc3cdc commit b4ab4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4ab4f4

Please sign in to comment.