fix(ci): setup tinygo
Some checks failed
Build and Push Server / build-and-push (push) Failing after 1m45s
Some checks failed
Build and Push Server / build-and-push (push) Failing after 1m45s
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
||||
file: ./server/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ gitea.instance }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:latest
|
||||
${{ gitea.instance }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:${{ steps.commit.outputs.sha_short }}
|
||||
git.max-richter.dev/${{ gitea.repository }}:latest
|
||||
git.max-richter.dev/${{ gitea.repository }}:${{ steps.commit.outputs.sha_short }}
|
||||
build-args: |
|
||||
GIT_COMMIT=${{ gitea.commit_sha }}
|
||||
|
||||
Reference in New Issue
Block a user