Skip to content

Add Engine Code to Veb Version #9

Add Engine Code to Veb Version

Add Engine Code to Veb Version #9

Workflow file for this run

name: Docker
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.6
- name: Build Docker Image
run: docker build ./ --file ./swift.Dockerfile --tag amd64/local_workflow:latest