Add image with all toolchains installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user