(fix:docker) Fix uploading to container registry

This commit is contained in:
Magix
2024-03-16 23:09:40 -07:00
committed by GitHub
parent f871f261e1
commit f1f5b54939

View File

@@ -1,9 +1,9 @@
---
name: Build Docker Container
on:
push:
release:
types: [published]
workflow_dispatch: ~
jobs:
publish:
@@ -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}}