Skip to content

Commit e9d6ade

Browse files
committed
Fix CI for version
1 parent f315ad4 commit e9d6ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: docker image tag balancer:latest ghcr.io/ystv/balancer:${{github.ref_name}}-${{github.run_number}}
3939
if: github.ref_type == 'branch'
4040
- run: \
41-
docker image tag balancer:latest ghcr.io/ystv/balancer:latest \
41+
docker image tag balancer:latest ghcr.io/ystv/balancer:latest && \
4242
docker image tag balancer:latest ghcr.io/ystv/balancer:${{github.ref_name}}
4343
if: github.ref_type == 'tag'
4444
- name: Log in to the Container registry

0 commit comments

Comments
 (0)