Skip to content

nit: peer/network.go: remove refs to cross chain in comments (#1333) #145

nit: peer/network.go: remove refs to cross chain in comments (#1333)

nit: peer/network.go: remove refs to cross chain in comments (#1333) #145

name: Publish Docker Image
on:
workflow_dispatch:
inputs:
vm_id:
description: 'The ID of the VM (binary dst in Docker image)'
default: ''
required: false
type: string
push:
tags:
- "*"
branches:
- master
jobs:
publish_docker_image:
name: Publish Docker Image
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Publish image to Dockerhub
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_REPO: "avaplatform/subnet-evm"
run: .github/workflows/publish_docker_image.sh ${{ inputs.vm_id }}