🔧 Bump
Create and publish a Docker image / docker (push) Failing after 10s Details

This commit is contained in:
Maxim Lebedev 2023-11-03 23:03:21 +06:00
parent bf29595ed6
commit 043af450ad
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 4 additions and 4 deletions

View File

@ -15,17 +15,17 @@ jobs:
- name: Checkout
uses: https://gitea.com/actions/checkout@v3
- name: Set up QEMU
uses: https://gitea.com/docker/setup-qemu-action@v3
uses: https://gitea.com/docker/setup-qemu-action@v2
- name: Set up Docker BuildX
uses: https://gitea.com/docker/setup-buildx-action@v3
uses: https://gitea.com/docker/setup-buildx-action@v2
- name: Login to registry
uses: https://gitea.com/docker/login-action@v3
uses: https://gitea.com/docker/login-action@v2
with:
registry: source.toby3d.me
username: ${{ gitea.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: https://gitea.com/docker/build-push-action@v5
uses: https://gitea.com/docker/build-push-action@v4
with:
push: true
tags: user/app:latest