Skip to content

Commit

Permalink
(fix:docker) Fix uploading to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Mar 17, 2024
1 parent f871f26 commit f1f5b54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Build Docker Container
on:
push:
release:
types: [published]
workflow_dispatch: ~

jobs:
publish:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}
images: ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit f1f5b54

Please sign in to comment.