Skip to content

Use locally checked out repo #2

Use locally checked out repo

Use locally checked out repo #2

Workflow file for this run

name: Build Owlbot Docker image
on:
push:
branches: [ "dockerize" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
pat: 'owlbot'
- name: Build the Docker image
run: docker build . --file Dockerfile --tag owlbot:1