Skip to content

Workflow file for this run

name: UiRelease2LinuxX64
on:
workflow_dispatch:
jobs:
ui-release-2-linux-x64:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Rust Toolchain
run: |
rustup toolchain install stable --profile minimal --no-self-update
rustup default stable
- name: Build Docker Image
uses: docker/build-push-action@v3
with:

Check failure on line 18 in .github/workflows/ui-release2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ui-release2.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
tags: dockbuildrust:latest
context: docker/ui-release
push: false