continue troubleshooting runner

This commit is contained in:
2024-01-15 17:29:17 -06:00
parent b3e7cb6912
commit 87e07fa1de

View File

@@ -10,7 +10,6 @@ env:
REGISTRY: gitea.taco.quest REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
GITHUB_TOKEN: "" GITHUB_TOKEN: ""
ACTIONS_RUNTIME_TOKEN: ""
jobs: jobs:
build-and-push-image: build-and-push-image:
@@ -42,6 +41,8 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@master uses: docker/build-push-action@master
env:
ACTIONS_RUNTIME_TOKEN: ""
with: with:
context: . context: .
push: true push: true