Skip to content

Commit

Permalink
Rework to push to GHCR.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd committed Feb 24, 2024
1 parent 83a2aa5 commit c9899b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- closed

env:
REGISTRY: docker.io
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKER_IO_USER }}
password: ${{ secrets.DOCKER_IO_PASSWORD }}
username: bigkevmcd
password: ${{ secrets.GHCR_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
Expand Down

0 comments on commit c9899b3

Please sign in to comment.