remove buildx and have a better naming
This commit is contained in:
parent
7c9171430d
commit
ec057c77ce
1 changed files with 1 additions and 4 deletions
|
@ -12,14 +12,11 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_besu:
|
build_besu:
|
||||||
runs-on: linux-s390x
|
runs-on: ubuntu-24.04-s390x
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Login to gitea registry
|
- name: Login to gitea registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue