Skip to content

Bump filelock from 3.20.0 to 3.20.3 (#1297) #330

Bump filelock from 3.20.0 to 3.20.3 (#1297)

Bump filelock from 3.20.0 to 3.20.3 (#1297) #330

Workflow file for this run

name: Omes Testing
on:
push:
branches:
- main
- "releases/*"
permissions:
contents: read
packages: write
jobs:
omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: python
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
docker-tag-ext: ci-latest
do-push: true