This commit is contained in:
devthejo 2023-11-15 17:33:10 +01:00
parent 73404e478c
commit cdf59c84cb
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 2 additions and 2 deletions

View file

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

View file

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