From 5840f393497d8e954de13a4b74dd7b9cbec38540 Mon Sep 17 00:00:00 2001 From: Dagger Date: Sun, 22 Oct 2023 18:44:15 -0500 Subject: [PATCH] Updated to latest repo and applied manual patch --- .gitea/workflows/image-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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