fix: wip
This commit is contained in:
parent
73404e478c
commit
cdf59c84cb
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,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: devthefuture/actions/buildkit@main
|
uses: https://git.devthefuture.org/devthefuture/actions/buildkit@main
|
||||||
with:
|
with:
|
||||||
# context: .
|
# context: .
|
||||||
# file: Dockerfile
|
# file: Dockerfile
|
||||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
ref: "main"
|
ref: "main"
|
||||||
|
|
||||||
- name: 🚀 Upgrade image tag
|
- name: 🚀 Upgrade image tag
|
||||||
uses: devthefuture/actions/uptag@main
|
uses: https://git.devthefuture.org/devthefuture/actions/uptag@main
|
||||||
with:
|
with:
|
||||||
app: ${{ inputs.app }}
|
app: ${{ inputs.app }}
|
||||||
env: ${{ inputs.env }}
|
env: ${{ inputs.env }}
|
Loading…
Add table
Reference in a new issue