diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index dea07de..634ba05 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -18,7 +18,7 @@ jobs: run: | "[ -e /var/run/docker.sock ] && echo exists || echo does not exist" "cd ubuntu-vscode-node" - - uses: aevea/action/kaniko@master + - uses: aevea/action-kaniko@master name: Run Kaniko to build our docker container. with: image: kocoded/gitea-workspaces/ubuntu-vscode-node