Skip to content

Commit c5d369a

Browse files
committed
Use the right syntax
1 parent e9d6ade commit c5d369a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- run: docker image load -i result
3838
- run: docker image tag balancer:latest ghcr.io/ystv/balancer:${{github.ref_name}}-${{github.run_number}}
3939
if: github.ref_type == 'branch'
40-
- run: \
41-
docker image tag balancer:latest ghcr.io/ystv/balancer:latest && \
40+
- run: |
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)