From cdf59c84cbf06af348f8ffee44964e5978e1e95b Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 15 Nov 2023 17:33:10 +0100 Subject: [PATCH] fix: wip --- .forgejo/workflows/build.yaml | 2 +- .forgejo/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8123e70..f2c6a20 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }},priority=200 - name: 📦 Build and push Docker image - uses: devthefuture/actions/buildkit@main + uses: https://git.devthefuture.org/devthefuture/actions/buildkit@main with: # context: . # file: Dockerfile diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e6ca56e..33412b8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: ref: "main" - name: 🚀 Upgrade image tag - uses: devthefuture/actions/uptag@main + uses: https://git.devthefuture.org/devthefuture/actions/uptag@main with: app: ${{ inputs.app }} env: ${{ inputs.env }} \ No newline at end of file