Skip to content

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrp… #2

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrp…

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrp… #2

Workflow file for this run

name: Build/release docker images and push
on:
push:
branches:
- 'main'
paths-ignore:
- '**.md'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.event.repository.full_name }}