diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 4edbbc0..96eb9b0 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -35,7 +35,9 @@ jobs: username: ${{ gitea.repository_owner }} password: ${{ secrets.PACKAGE_TOKEN }} - name: Build and push - uses: docker/build-push-action@d8823bfaed + uses: docker/build-push-action@master + env: + ACTIONS_RUNTIME_TOKEN: '' with: push: true tags: ${{ gitea.repository }}:latest \ No newline at end of file