Skip to content

Commit

Permalink
Force output to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 3, 2024
1 parent aee5b11 commit 7ad84f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"

env:
REGISTRY_IMAGE: ${{ github.actor }}/runner-krunvm-base
REGISTRY_IMAGE: ghcr.io/${{ github.actor }}/runner-krunvm-base

jobs:
build:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
-
name: Login to Docker Hub
name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 7ad84f9

Please sign in to comment.