diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index b05f10a..568f915 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: run: pnpm run build - name: Build and Push (Node) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true context: . @@ -34,7 +34,7 @@ jobs: tags: fascinated/proxy:node-latest - name: Build and Push (Proxy) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true context: .