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
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }},priority=200
|
||||||
|
|
||||||
- name: 📦 Build and push Docker image
|
- 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:
|
with:
|
||||||
context: ${{ inputs.context }}
|
context: ${{ inputs.context }}
|
||||||
file: ${{ inputs.dockerfile }}
|
file: ${{ inputs.dockerfile }}
|
||||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
ref: "main"
|
ref: "main"
|
||||||
|
|
||||||
- name: 🚀 Upgrade image tag
|
- 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:
|
with:
|
||||||
app: ${{ inputs.app }}
|
app: ${{ inputs.app }}
|
||||||
env: ${{ inputs.env }}
|
env: ${{ inputs.env }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue