Skip to content

Commit

Permalink
Push latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Sep 9, 2024
1 parent a3f4c80 commit 28bb3e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,19 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/cybozu-go/login-protector:${{ inputs.tag }}
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 }}
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 28bb3e3

Please sign in to comment.