Skip to content

Commit

Permalink
use temp ghcr token
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Sep 11, 2024
1 parent 18b9ea4 commit 701cfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.TEMP_GHCR_TOKEN}}
- name: Build and push to Github Container Registry
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.TEMP_GHCR_TOKEN}}

- name: Build and push to Github Container Registry ${{ matrix.component }}
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 701cfaf

Please sign in to comment.