Skip to content

Commit

Permalink
ci: publish to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Jan 15, 2024
1 parent b1ca7bc commit 9016002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository_owner }}/${{ github.event.repository.name }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
tags: |
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 9016002

Please sign in to comment.