From 6d29c7f20496f2859736050c9aaa64622b65c4d0 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Tue, 2 Sep 2025 22:32:23 -0500 Subject: [PATCH] Fix other versions to match --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 71fb83d..dc68a60 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -34,12 +34,12 @@ jobs: with: push: true build-args: TOOLCHAIN=beta - file: '{context}/rustup/Dockerfile' + file: 'rustup/Dockerfile' tags: gitea.loadingm.xyz/the10thwiz/rustup:beta - name: Build and push uses: docker/build-push-action@v6 with: push: true build-args: TOOLCHAIN=nightly - file: '{context}/rustup/Dockerfile' + file: 'rustup/Dockerfile' tags: gitea.loadingm.xyz/the10thwiz/rustup:nightly