Skip to content

Commit

Permalink
fix(docker): remove tags from the base image names
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2021
1 parent 081b2d2 commit ece0481
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 @@ -21,8 +21,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/git-cliff:latest
ghcr.io/${{ github.repository_owner }}/git-cliff:latest
${{ secrets.DOCKER_HUB_USERNAME }}/git-cliff
ghcr.io/${{ github.repository_owner }}/git-cliff
tags: |
type=schedule
type=ref,event=branch
Expand Down

0 comments on commit ece0481

Please sign in to comment.