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