Skip to content

Commit

Permalink
chore(docker): use explicit image name for docker automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 28, 2021
1 parent b193f42 commit 777375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/git-cliff
orhunp/git-cliff
ghcr.io/${{ github.repository_owner }}/git-cliff/git-cliff
tags: |
type=schedule
Expand Down

0 comments on commit 777375f

Please sign in to comment.