Skip to content

Commit

Permalink
ci(docker): add ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Dec 29, 2021
1 parent be33729 commit 553535f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: mrmarble/teledock
images: |
mrmarble/teledock
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
-
Expand Down

0 comments on commit 553535f

Please sign in to comment.