Skip to content

Commit

Permalink
add flavor to metadata action
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Jun 25, 2022
1 parent 70b7660 commit 0c87a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
flavor: |
latest=true
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.repository }}
ghcr.io/${{ github.repository }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 0c87a65

Please sign in to comment.