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