Fix container image publishing
Some checks failed
Build / build (push) Failing after 2m58s
Release Dry Run / release-dry-run (push) Successful in 1m21s
Template Compliance / compliance (push) Successful in 5s

This commit is contained in:
MrSphay
2026-05-15 04:34:55 +02:00
parent 296270b2c0
commit da7847e79e
9 changed files with 13 additions and 10 deletions

View File

@@ -11,7 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
IMAGE_NAME: git.wilkensxl.de/MrSphay/watchlink:latest
DATABASE_URL: postgresql://watchlink:watchlink@localhost:5432/watchlink?schema=public
IMAGE_NAME: git.wilkensxl.de/mrsphay/watchlink:latest
steps:
- name: Checkout
uses: actions/checkout@v4