mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
ci: fixes to deploy ci workflow
This commit is contained in:
parent
7421404aee
commit
28241c824e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-dev-channel.yaml
vendored
4
.github/workflows/deploy-dev-channel.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue