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
|
||||
|
||||
- name: 📦 Build and push Docker image
|
||||
uses: devthefuture/actions/buildkit@main
|
||||
uses: https://git.devthefuture.org/devthefuture/actions/buildkit@main
|
||||
with:
|
||||
# context: .
|
||||
# file: Dockerfile
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
ref: "main"
|
||||
|
||||
- name: 🚀 Upgrade image tag
|
||||
uses: devthefuture/actions/uptag@main
|
||||
uses: https://git.devthefuture.org/devthefuture/actions/uptag@main
|
||||
with:
|
||||
app: ${{ inputs.app }}
|
||||
env: ${{ inputs.env }}
|
Loading…
Add table
Reference in a new issue