remove variables for now...
Some checks failed
Build napotd / Build-And-Push (push) Failing after 2m44s

This commit is contained in:
2024-03-04 19:42:37 -06:00
parent 0abee809e8
commit 318e8752ec

View File

@@ -2,10 +2,6 @@ name: Build napotd
on: [push] on: [push]
env:
CONTAINER_NAME: napotd
ORG_NAME: deltreey
jobs: jobs:
Build-And-Push: Build-And-Push:
runs-on: docker runs-on: docker
@@ -26,4 +22,4 @@ jobs:
with: with:
registry: gitea.area-51-x.com registry: gitea.area-51-x.com
push: true push: true
tags: $ORG_NAME/$CONTAINER_NAME:latest, $ORG_NAME/$CONTAINER_NAME:${{gitea.ref_name}} tags: deltreey/napotd:latest, deltreey/napotd:${{gitea.ref_name}}