Merge pull request #182 from linkwarden/dev

Dev
This commit is contained in:
Daniel 2023-09-28 10:27:08 +03:30 committed by GitHub
commit f573b0a8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ name: Create and publish a container image on release
on:
push:
tags:
- '*'
branches:
- main
env:
REGISTRY: ghcr.io
@ -44,6 +44,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}