diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index c85527796..bb11074df 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -164,6 +164,7 @@ jobs: run: | docker-compose --profile all build - name: Login to Docker Hub + if: ${{ steps.extract_branch.outputs.branch == 'master' }} uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/apps/bash_shared/deno.sh b/apps/bash_shared/deno.sh index f539b60a2..9403615fc 100644 --- a/apps/bash_shared/deno.sh +++ b/apps/bash_shared/deno.sh @@ -1,4 +1,4 @@ -DENO_MIN_VERSION="1.7.4" +DENO_MIN_VERSION="1.9.1" function denoInstall() { diff --git a/deps/deno/bin/.gitignore b/deps/deno/bin/.gitignore new file mode 100644 index 000000000..a8df2a91b --- /dev/null +++ b/deps/deno/bin/.gitignore @@ -0,0 +1 @@ +deno \ No newline at end of file diff --git a/deps/deno/bin/README.md b/deps/deno/bin/README.md new file mode 100644 index 000000000..563b3e2b8 --- /dev/null +++ b/deps/deno/bin/README.md @@ -0,0 +1,3 @@ +# DENO + +This folder is empty and needed to host the deno binaries automatically downloaded by the ./acore.sh dahsboard \ No newline at end of file diff --git a/deps/deno/bin/deno b/deps/deno/bin/deno deleted file mode 100755 index e9d44a671..000000000 Binary files a/deps/deno/bin/deno and /dev/null differ