(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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
---
name: Build Docker Container name: Build Docker Container
on: on:
push: push:
release: release:
types: [published] types: [published]
workflow_dispatch: ~
jobs: jobs:
publish: publish:
@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
id: meta id: meta
with: with:
images: ghcr.io/${{ github.repository_owner }} images: ghcr.io/${{ github.repository }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=semver,pattern={{version}} type=semver,pattern={{version}}