Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update package.json #64

Update package.json

Update package.json #64

Workflow file for this run

name: Deploy Images to GHCR
env:
DOTNET_VERSION: '6.0.x'
on:
push:
branches:
- main
workflow_dispatch:
jobs:
push-image:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v1
- name: 'Build Service Image'
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.service
push: true
tags: ghcr.io/firecrawl/firecrawl-mcp-server:latest
cache-from: type=registry,ref=ghcr.io/firecrawl/firecrawl-mcp-server:latest
cache-to: type=inline
Morty Proxy This is a proxified and sanitized view of the page, visit original site.