Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in /contracts #5

chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in /contracts

chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in /contracts #5

name: Docker - Fhevm Host Contracts
on:
pull_request:
push:
branches:
- main
release:
types:
- published
concurrency:
group: docker-fhevm-contracts-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
check-changes:
permissions:
actions: 'read'
contents: 'read'
pull-requests: 'read'
runs-on: ubuntu-latest
outputs:
changes-contracts-files: ${{ steps.filter.outputs.contracts-files }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
filters: |
contracts-files:
- .github/workflows/host-contracts-docker-build.yml
- contracts/**
docker-fhevm-contracts:
needs: check-changes
if: ${{ needs.check-changes.outputs.changes-contracts-files == 'true' || github.event_name == 'release' }}
uses: zama-ai/ci-templates/.github/workflows/docker_common.yml@44333c96991d6747e0bef6a3308bfd98b20390f8 # main
secrets:
GHCR_ACTION_TOKEN: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
GRAVITON_BUILDER_SSH_PRIVATE_KEY: ${{ secrets.GRAVITON_BUILDER_SSH_PRIVATE_KEY }}
permissions:
contents: "read"
id-token: "write"
packages: "write"
with:
working-directory: "."
push_image: true
image-name: "fhevm-backend/contracts"
docker-file: "contracts/operations/docker/Dockerfile"
arm-build: true