.forgejo/workflows/docker-image.yaml aktualisiert
Some checks failed
Build the Docker Image / docker (push) Failing after 32s
Some checks failed
Build the Docker Image / docker (push) Failing after 32s
fix(Pipeline): removed QEMU
This commit is contained in:
parent
e98113f0ea
commit
7a658ed6c7
1 changed files with 3 additions and 4 deletions
|
@ -7,16 +7,15 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue