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