use the commit sha asa an image tag
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 2m18s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 2m18s
This commit is contained in:
parent
9aad35fcd0
commit
7c180a533d
|
@ -22,7 +22,7 @@ jobs:
|
|||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
image: kocoded/gitea-workspaces/ubuntu-vscode-node
|
||||
tag: ${{ gitea.ref }}
|
||||
tag: ${{ gitea.workflow_sha }}
|
||||
tag_with_latest: true
|
||||
registry: git.kocoder.xyz
|
||||
username: ${{ secrets.CI_RUNNER_USER }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user