Try setting-up Buildx; use default image again.
Some checks failed
Release / Release (push) Failing after 21s
Some checks failed
Release / Release (push) Failing after 21s
This commit is contained in:
parent
330b71cb71
commit
b85e614d9a
1 changed files with 3 additions and 2 deletions
|
@ -17,11 +17,12 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Buildx
|
||||||
|
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to the NibTech Container Registry
|
- name: Login to the NibTech Container Registry
|
||||||
uses: https://code.forgejo.org/docker/login-action@v3
|
uses: https://code.forgejo.org/docker/login-action@v3
|
||||||
|
|
Loading…
Reference in a new issue