Specify pushing to gitea, not github
All checks were successful
Publish / build-and-push (push) Successful in 3m58s
All checks were successful
Publish / build-and-push (push) Successful in 3m58s
This commit is contained in:
parent
6e3d4a3148
commit
119b086f92
@ -44,11 +44,11 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
scubbo/edh-elo:${{ gitea.sha }}
|
gitea.scubbo.org/scubbo/edh-elo:${{ gitea.sha }}
|
||||||
scubbo/edh-elo:latest
|
gitea.scubbo.org/scubbo/edh-elo:latest
|
||||||
|
|
||||||
- name: Output
|
- name: Output
|
||||||
run: |
|
run: |
|
||||||
echo "Image pushed: scubbo/edh-elo:${{ gitea.sha }}"
|
echo "Image pushed: gitea.scubbo.org/scubbo/edh-elo:${{ gitea.sha }}"
|
||||||
|
|
||||||
# TODO - update Helm chart with new image
|
# TODO - update Helm chart with new image
|
Loading…
x
Reference in New Issue
Block a user