Add image with all toolchains installed
All checks were successful
publish / docker (push) Successful in 22m54s

This commit is contained in:
2025-09-02 22:57:50 -05:00
parent 6d29c7f204
commit 5125d13833
2 changed files with 15 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- run: sh -c 'curl -sSL https://get.docker.com/ | sh'
# - run: sh -c 'curl -sSL https://get.docker.com/ | sh'
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
@@ -28,7 +28,7 @@ jobs:
push: true
build-args: TOOLCHAIN=stable
file: 'rustup/Dockerfile'
tags: gitea.loadingm.xyz/the10thwiz/rustup:stable,gitea.loadingm.xyz/the10thwiz/rustup:latest
tags: gitea.loadingm.xyz/the10thwiz/rustup:stable
- name: Build and push
uses: docker/build-push-action@v6
with:
@@ -43,3 +43,12 @@ jobs:
build-args: TOOLCHAIN=nightly
file: 'rustup/Dockerfile'
tags: gitea.loadingm.xyz/the10thwiz/rustup:nightly
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
build-args: |
TOOLCHAIN=stable
EXTRA=beta nightly
file: 'rustup/Dockerfile'
tags: gitea.loadingm.xyz/the10thwiz/rustup:latest