Skip to content

Commit

Permalink
Remove go action
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Jun 7, 2024
1 parent 7c64d04 commit 9b466a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/go.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/publish-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
type: string
required: false
ref_to_geth:
description: 'Branch, tag or commit SHA1 to checkout go-ethereum'
description: 'Branch, tag or commit SHA1 to checkout go-ethereum-coprocessor'
required: true
default: "main"
default: "master"
type: string

env:
Expand All @@ -22,13 +22,10 @@ jobs:
name: Push Docker image to GitHub Container Registry
runs-on: ubuntu-latest
steps:
# space wasn't enough at some point
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be

- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.SUBMODULES_CHECKOUT_TOKEN }}
ref: ${{ inputs.ref_to_geth }}
submodules: recursive

Expand Down

0 comments on commit 9b466a4

Please sign in to comment.