Skip to content

Commit

Permalink
Deploy docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaggeroo committed Jan 6, 2024
1 parent 246547c commit cd5d724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

REPRO_NAME: gkeepbringsync
jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
with:
images: |
ghcr.io/${{ env.IMAGE_NAME }}
swaggeroo/${{ env.REPRO_NAME }}
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=branch
Expand Down

0 comments on commit cd5d724

Please sign in to comment.