continue troubleshooting runner
This commit is contained in:
@@ -10,7 +10,6 @@ env:
|
||||
REGISTRY: gitea.taco.quest
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
GITHUB_TOKEN: ""
|
||||
ACTIONS_RUNTIME_TOKEN: ""
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
@@ -42,6 +41,8 @@ jobs:
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@master
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ""
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user