Update .gitea/workflows/build-packages.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
DrMaxNix 2024-04-20 19:48:19 +02:00
parent 3ed9c7581b
commit 4d1b975b1b
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ jobs:
type=semver,pattern={{major}}
labels: |
org.opencontainers.image.licenses=MIT
org.opencontainers.image.url=http://www.flakeframework.net
org.opencontainers.image.url=https://www.flakeframework.net
annotations: |
org.opencontainers.image.licenses=MIT
org.opencontainers.image.url=https://www.flakeframework.net
- name: Build and push Docker image
uses: docker/build-push-action@v5