We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f315ad4 commit e9d6adeCopy full SHA for e9d6ade
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
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 \
+ 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