Skip to content

Commit 8385e50

Browse files
committed
Fix tags
1 parent 28bb3e3 commit 8385e50

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,15 @@ jobs:
4242
context: .
4343
file: ./Dockerfile
4444
push: true
45-
tags:
46-
- ghcr.io/cybozu-go/login-protector:${{ inputs.tag }}
47-
- ghcr.io/cybozu-go/login-protector:latest
45+
tags: ghcr.io/cybozu-go/login-protector:${{ inputs.tag }},ghcr.io/cybozu-go/login-protector:latest
4846
target: login-protector
4947
- name: Build and Push tty-exporter
5048
uses: docker/build-push-action@v6
5149
with:
5250
context: .
5351
file: ./Dockerfile
5452
push: true
55-
tags:
56-
- ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }}
57-
- ghcr.io/cybozu-go/tty-exporter:latest
53+
tags: ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }},ghcr.io/cybozu-go/tty-exporter:latest
5854
target: tty-exporter
5955
- name: Setup Git Config
6056
run: |

0 commit comments

Comments
 (0)