This commit is contained in:
@@ -34,12 +34,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
build-args: TOOLCHAIN=beta
|
build-args: TOOLCHAIN=beta
|
||||||
file: '{context}/rustup/Dockerfile'
|
file: 'rustup/Dockerfile'
|
||||||
tags: gitea.loadingm.xyz/the10thwiz/rustup:beta
|
tags: gitea.loadingm.xyz/the10thwiz/rustup:beta
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
build-args: TOOLCHAIN=nightly
|
build-args: TOOLCHAIN=nightly
|
||||||
file: '{context}/rustup/Dockerfile'
|
file: 'rustup/Dockerfile'
|
||||||
tags: gitea.loadingm.xyz/the10thwiz/rustup:nightly
|
tags: gitea.loadingm.xyz/the10thwiz/rustup:nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user