Skip to content

Update run.json

Update run.json #8

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/[email protected]
- name: Build Docker Image
run: docker build ./ --file ./swift.Dockerfile --tag amd64/local_workflow:latest