Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Septrum101 authored Oct 8, 2023
1 parent 30b798b commit 15d0f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- 'master'
env:
REGISTRY_IMAGE: xrayr-project/xrayr
REGISTRY_IMAGE: ghcr.io/xrayr-project/xrayr
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
- name: Login to Docker Hub
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 15d0f88

Please sign in to comment.