chore: v0.0.1

This commit is contained in:
devthejo 2023-11-16 17:11:15 +01:00
parent 416cc53f99
commit 965a8a4fd4
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}