Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Sep 9, 2024
1 parent 28bb3e3 commit 8385e50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,15 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags:
- ghcr.io/cybozu-go/login-protector:${{ inputs.tag }}
- ghcr.io/cybozu-go/login-protector:latest
tags: ghcr.io/cybozu-go/login-protector:${{ inputs.tag }},ghcr.io/cybozu-go/login-protector:latest
target: login-protector
- name: Build and Push tty-exporter
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags:
- ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }}
- ghcr.io/cybozu-go/tty-exporter:latest
tags: ghcr.io/cybozu-go/tty-exporter:${{ inputs.tag }},ghcr.io/cybozu-go/tty-exporter:latest
target: tty-exporter
- name: Setup Git Config
run: |
Expand Down

0 comments on commit 8385e50

Please sign in to comment.