From bbba36c60d1e7acf4bf568a0cfc9519745646424 Mon Sep 17 00:00:00 2001 From: "leon.hoppe" Date: Wed, 17 May 2023 19:28:36 +0200 Subject: [PATCH] fixed token issue --- .gitea/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cf23ad3..48b00f9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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