Move environment variable to correct location

This commit is contained in:
2024-01-15 17:08:13 -06:00
parent c8128c110c
commit caeab28477

View File

@@ -9,6 +9,7 @@ on:
env:
REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }}
GITHUB_TOKEN:
jobs:
build-and-push-image:
@@ -17,7 +18,6 @@ jobs:
permissions:
contents: read
packages: write
GITHUB_TOKEN:
steps:
- name: Prepare the container