Skip to content

Commit

Permalink
Push tty-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Sep 9, 2024
1 parent 1280f5f commit 29d9f86
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,22 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
- name: Build and Push login-protector
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
labels: org.opencontainers.image.source=${{ github.repository }}
tags: ghcr.io/login-protector:${{ inputs.tag }}
target: login-protector
- name: Build and Push tty-exporter
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/tty-exporter:${{ inputs.tag }}
target: tty-exporter
- name: Setup Git Config
run: |
git config --global user.name github-actions
Expand Down

0 comments on commit 29d9f86

Please sign in to comment.