mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Added ubuntu-latest as image
This commit is contained in:
parent
b62c8c190f
commit
d0a3d56513
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
|
|
@ -24,5 +24,5 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
tags: YOUR_DOCKER_USERNAME/go-ethereum:latest
|
||||
tags: mtotovski/go-ethereum:latest
|
||||
push: true
|
||||
|
|
|
|||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
go run build/ci.go check_baddeps
|
||||
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
|
|
|
|||
Loading…
Reference in a new issue