Skip to content

feat: add typegen for sway contracts #320

feat: add typegen for sway contracts

feat: add typegen for sway contracts #320

Workflow file for this run

name: Build ad publish Docker image
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-and-publish-image:
runs-on: buildjet-4vcpu-ubuntu-2204
if: |
(github.event_name == 'release' && github.event.action == 'published') ||
github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- name: Build and push Fuel Bridge Ethereum Test Image
uses: ./.github/actions/docker-publish
id: publish
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
image: ghcr.io/fuellabs/fuel-bridge
dockerfile: docker/l1-chain/Dockerfile