Skip to content

Commit

Permalink
Add login action and update image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Dalpe <bdalpe@gmail.com>
  • Loading branch information
bdalpe committed Jun 9, 2024
1 parent 1edb18f commit b34a86c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
id: login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -25,7 +32,7 @@ jobs:
id: meta
if: ${{ !env.ACT }}
with:
images: ${{ steps.login-ecr.outputs.registry }}/tf-provider-mirror
images: ghcr.io/bdalpe/tf-provider-mirror
tags: |
type=ref,event=tag
type=raw,value=latest
Expand Down

0 comments on commit b34a86c

Please sign in to comment.