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

This commit is contained in:
Maxim Lebedev 2023-11-03 23:01:00 +06:00
parent dc2a5befdf
commit 5b9f0f110f
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 8 additions and 7 deletions

View File

@ -8,23 +8,24 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: toby3d
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v3
uses: https://gitea.com/actions/checkout@v4
- name: Set up QEMU
uses: https://gitea.com/docker/setup-qemu-action@v2
uses: https://gitea.com/docker/setup-qemu-action@v3
- name: Set up Docker BuildX
uses: https://gitea.com/docker/setup-buildx-action@v2
uses: https://gitea.com/docker/setup-buildx-action@v3
- name: Login to registry
uses: https://gitea.com/docker/login-action@v2
uses: https://gitea.com/docker/login-action@v3
with:
registry: source.toby3d.me
username: ${{ gitea.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: https://gitea.com/docker/build-push-action@v4
uses: https://gitea.com/docker/build-push-action@v5
with:
push: true
tags: user/app:latest