Skip to content

Commit

Permalink
fix: updates release CI to write to GHCR for e2e tests (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd authored Nov 13, 2023
1 parent cfde9a1 commit 25470ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

validate:
runs-on: ubuntu-latest
permissions: write-all
needs: build
steps:
# Checkout the repo and setup the tooling for this job
Expand All @@ -61,6 +62,13 @@ jobs:
- name: Setup K3d
uses: ./.github/actions/k3d

- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Zarf
uses: ./.github/actions/zarf

Expand Down

0 comments on commit 25470ef

Please sign in to comment.