Skip to content

Commit 7fb64a0

Browse files
committed
Fix docker workflow and bump to version 0.0.1
1 parent e4aacf8 commit 7fb64a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
context: .
3939
file: envs/cenote_taker_env.Dockerfile
4040
push: true
41-
tags: ${{ env.SBX_VER }}-cenote-taker
41+
tags: sunbeamlabs/sbx_virus_id:${{ env.SBX_VER }}-cenote-taker
4242
labels: ${{ steps.meta.outputs.labels }}
4343

4444
- name: Build and push Docker image for sbx_virus_id
@@ -47,7 +47,7 @@ jobs:
4747
context: .
4848
file: envs/sbx_virus_id.Dockerfile
4949
push: true
50-
tags: ${{ env.SBX_VER }}-sbx-virus-id
50+
tags: sunbeamlabs/sbx_virus_id:${{ env.SBX_VER }}-sbx-virus-id
5151
labels: ${{ steps.meta.outputs.labels }}
5252

5353
- name: Build and push Docker image for spades
@@ -56,7 +56,7 @@ jobs:
5656
context: .
5757
file: envs/spades_env.Dockerfile
5858
push: true
59-
tags: ${{ env.SBX_VER }}-spades
59+
tags: sunbeamlabs/sbx_virus_id:${{ env.SBX_VER }}-spades
6060
labels: ${{ steps.meta.outputs.labels }}
6161

6262
- name: Build and push Docker image for virsorter
@@ -65,5 +65,5 @@ jobs:
6565
context: .
6666
file: envs/virsorter_env.Dockerfile
6767
push: true
68-
tags: ${{ env.SBX_VER }}-virsorter
68+
tags: sunbeamlabs/sbx_virus_id:${{ env.SBX_VER }}-virsorter
6969
labels: ${{ steps.meta.outputs.labels }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.0.1

0 commit comments

Comments
 (0)