We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bb3e3 commit 8385e50Copy full SHA for 8385e50
1 file changed
.github/workflows/release.yaml
@@ -42,19 +42,15 @@ jobs:
42
context: .
43
file: ./Dockerfile
44
push: true
45
- tags:
46
- - ghcr.io/cybozu-go/login-protector:${{ inputs.tag }}
47
- - ghcr.io/cybozu-go/login-protector:latest
+ tags: ghcr.io/cybozu-go/login-protector:${{ inputs.tag }},ghcr.io/cybozu-go/login-protector:latest
48
target: login-protector
49
- name: Build and Push tty-exporter
50
uses: docker/build-push-action@v6
51
with:
52
53
54
55
56
- - ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }}
57
- - ghcr.io/cybozu-go/tty-exporter:latest
+ tags: ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }},ghcr.io/cybozu-go/tty-exporter:latest
58
target: tty-exporter
59
- name: Setup Git Config
60
run: |
0 commit comments