mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-16 01:27:51 +00:00
Update rust.yml
This commit is contained in:
committed by
GitHub
parent
2efd5873d5
commit
b9f0687788
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
outputs:
|
||||
rust-version: ${{ steps.vars.outputs.rust_version }}
|
||||
sha-short: ${{ steps.vars.outputs.sha_short }}
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
CARGO_VERSION=${{ steps.extract_version.outputs.cargo_version }}
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
needs: test-build
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -114,4 +114,4 @@ jobs:
|
||||
tags: |
|
||||
ultradesu/outfleet:rs-${{ steps.extract_version.outputs.cargo_version }}
|
||||
ultradesu/outfleet:rs-${{ steps.extract_version.outputs.cargo_version }}-${{ steps.vars.outputs.sha_short }}
|
||||
ultradesu/outfleet:rust-latest
|
||||
ultradesu/outfleet:rust-latest
|
||||
|
||||
Reference in New Issue
Block a user