fixed token issue
This commit is contained in:
@@ -30,9 +30,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
context: BetterIServ.Mobile
|
||||
file: ./Dockerfile
|
||||
@@ -63,9 +61,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
context: BetterIServ.Backend
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user