Skip to content

Commit

Permalink
Add ghcr.io prefix to images
Browse files Browse the repository at this point in the history
  • Loading branch information
jotdl committed Apr 24, 2024
1 parent fe2c298 commit 4f40225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile.ic-assignment
image: ${{ github.repository }}-ic-assignment
image: ghcr.io/${{ github.repository }}-ic-assignment
- dockerfile: ./Dockerfile.regex-labeler
image: ${{ github.repository }}-regex-labeler
image: ghcr.io/${{ github.repository }}-regex-labeler

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4f40225

Please sign in to comment.