diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 9195b26..5c53cc3 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -54,7 +54,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: https://git.devthefuture.org/devthefuture/actions/buildkit@main + uses: https://git.devthefuture.org/devthefuture/actions/buildkit@v0.0.1 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }} diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 460c459..4ebb2bc 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -37,7 +37,7 @@ jobs: ref: "main" - name: 🚀 Upgrade image tag - uses: https://git.devthefuture.org/devthefuture/actions/uptag@main + uses: https://git.devthefuture.org/devthefuture/actions/uptag@v0.0.1 with: app: ${{ inputs.app }} env: ${{ inputs.env }}