Update .gitea/workflows/build.yaml
build / docker (push) Failing after 28s Details

This commit is contained in:
nexy 2024-04-04 17:06:15 +02:00
parent 7d2a1b5336
commit e02767d11b
1 changed files with 4 additions and 4 deletions

View File

@ -11,20 +11,20 @@ jobs:
steps: steps:
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: https://github.com/docker/setup-qemu-action@v3
- -
name: Set up Docker Buildx name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: https://github.com/docker/setup-buildx-action@v3
- -
name: Login to Registry name: Login to Registry
uses: docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: git.nexy.cat registry: git.nexy.cat
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ github.token }} password: ${{ github.token }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with:
push: true push: true
tags: nexy/navigatex:latest tags: nexy/navigatex:latest