From e61b63d7ae36780a518fb96280b3a68ac9692031 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 28 Apr 2023 11:01:04 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bcd0e43..41004eb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,9 +38,7 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - uses: docker/build-push-action@v4 - env: - ACTIONS_RUNTIME_TOKEN: '' + - uses: docker/build-push-action@master with: context: . file: ./Dockerfile