diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 634ba05..c0b762c 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -14,10 +14,6 @@ jobs: run: git clone ${{ GITEA_REPOSITORY }} - name: "Git switch" run: git checkout ${{ GITEA_REF }} - - name: "pwd" - run: | - "[ -e /var/run/docker.sock ] && echo exists || echo does not exist" - "cd ubuntu-vscode-node" - uses: aevea/action-kaniko@master name: Run Kaniko to build our docker container. with: