ci: fixes to deploy ci workflow

This commit is contained in:
Ilya Kreymer 2025-04-03 23:35:06 -07:00
parent 7421404aee
commit 28241c824e

View file

@ -13,7 +13,7 @@ on:
- dev-2
jobs:
build_do_images:
build_and_deploy_crawler:
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -34,7 +34,7 @@ jobs:
- name: Build Image
uses: docker/build-push-action@v3
with:
context: crawler
context: .
push: true
tags: ${{ secrets.DEPLOY_REGISTRY_PATH }}/webrecorder/browsertrix-crawler:${{ github.event.inputs.channel }}
cache-from: type=gha,scope=backend