Skip to content

Commit

Permalink
chore(ci): fix ghcr image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x committed Apr 15, 2024
1 parent e2f91d3 commit 558413c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
# TODO: Change variable to your image's name.
DOCKERHUB_IMAGE_NAME: thomx/fr24feed-piaware
GHCR_IMAGE_NAME: ${{ github.repository }}
GHCR_IMAGE_NAME: thom-x/docker-fr24feed-piaware-dump1090

jobs:
# Run tests.
Expand Down Expand Up @@ -77,6 +77,11 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker metadata
id: docker-metadata
uses: docker/metadata-action@v5
with:
images: ghcr.io/$GHCR_IMAGE_NAME
- name: Get tags list
id: tags
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# TODO: Change variable to your image's name.
DOCKERHUB_IMAGE_NAME: thomx/fr24feed-piaware
GHCR_IMAGE_NAME: ${{ github.repository }}
GHCR_IMAGE_NAME: thom-x/docker-fr24feed-piaware-dump1090

jobs:
# Run tests.
Expand Down

0 comments on commit 558413c

Please sign in to comment.