diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 96eb9b0..7730bbb 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -36,8 +36,6 @@ jobs: password: ${{ secrets.PACKAGE_TOKEN }} - name: Build and push uses: docker/build-push-action@master - env: - ACTIONS_RUNTIME_TOKEN: '' with: push: true tags: ${{ gitea.repository }}:latest \ No newline at end of file