We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6ade commit c5d369aCopy full SHA for c5d369a
.github/workflows/build.yml
@@ -37,8 +37,8 @@ jobs:
37
- run: docker image load -i result
38
- run: docker image tag balancer:latest ghcr.io/ystv/balancer:${{github.ref_name}}-${{github.run_number}}
39
if: github.ref_type == 'branch'
40
- - run: \
41
- docker image tag balancer:latest ghcr.io/ystv/balancer:latest && \
+ - run: |
+ docker image tag balancer:latest ghcr.io/ystv/balancer:latest
42
docker image tag balancer:latest ghcr.io/ystv/balancer:${{github.ref_name}}
43
if: github.ref_type == 'tag'
44
- name: Log in to the Container registry
0 commit comments