Skip to content

Add test for ConvertTxFeeCapToCurrency #10

Add test for ConvertTxFeeCapToCurrency

Add test for ConvertTxFeeCapToCurrency #10

name: "[cLabs] Publish Docker Image For Release"

Check failure on line 1 in .github/workflows/docker-publish-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-publish-release.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: get-release-commit
on:
workflow_dispatch:
release:
types: [published] # Trigger the workflow only when a release is published
jobs:
get-release-commit:
runs-on: ubuntu-latest
Build-Container-Release:
permissions:
contents: write
actions: read
pull-requests: write
security-events: write
attestations: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
with:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-op-geth-release/providers/github-by-repos
service-account: op-geth-release@blockchaintestsglobaltestnet.iam.gserviceaccount.com
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth
tags: ${{ github.event.release.tag_name }}
context: .
debug_enabled: false