fix: use full URL for kaniko-build action to point to git.mcintire.me
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 4s
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 4s
This commit is contained in:
parent
cc88fd4a10
commit
72e3e91d68
1 changed files with 2 additions and 2 deletions
|
|
@ -23,14 +23,14 @@ jobs:
|
|||
echo "tag=${TAG}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and Push via Kaniko
|
||||
uses: graham/infra/.forgejo/actions/kaniko-build@main
|
||||
uses: https://git.mcintire.me/graham/infra/.forgejo/actions/kaniko-build@main
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
image: git.mcintire.me/graham/aprs.me
|
||||
tag: ${{ steps.tag.outputs.tag }}
|
||||
|
||||
- name: Tag as latest
|
||||
uses: graham/infra/.forgejo/actions/kaniko-build@main
|
||||
uses: https://git.mcintire.me/graham/infra/.forgejo/actions/kaniko-build@main
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
image: git.mcintire.me/graham/aprs.me
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue