Update rust.yml

This commit is contained in:
FantasyPvP
2023-11-29 00:16:52 +00:00
committed by GitHub
parent d89a30d390
commit 4bc141dab1
+5 -6
View File
@@ -11,10 +11,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
container:
image: ghcr.io/fantasypvp/crystalos_builder:latest
credentials:
username: FantasyPvP
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}