Skip to content

Commit

Permalink
use other runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Nov 1, 2024
1 parent 37cb2cb commit 1aab3af
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 571 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docker

on:
push:
# Publish `v1.2.3` tags as releases.
tags:
- v*
#
#on:
# push:
# # Publish `v1.2.3` tags as releases.
# tags:
# - v*

env:
IMAGE_NAME: bsc-erigon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

build-release:
## runs-on: ubuntu-22.04
runs-on: ubuntu-latest
runs-on: [self-hosted, cicd-runners-rtnmb-jwn4f]
timeout-minutes: 60
name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes

Expand Down
Loading

0 comments on commit 1aab3af

Please sign in to comment.