Archived
Private
Public Access
1
0

maybe adding it will help

This commit is contained in:
2023-05-17 19:29:43 +02:00
parent bbba36c60d
commit 1b2537ca39

View File

@@ -31,6 +31,8 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@master
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: BetterIServ.Mobile
file: ./Dockerfile
@@ -62,6 +64,8 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@master
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: BetterIServ.Backend
file: ./Dockerfile