chore: v0.0.1
This commit is contained in:
parent
416cc53f99
commit
965a8a4fd4
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue