a11yist/.forgejo/workflows/build_push.yml
david b493d93b58
Some checks failed
/ Test (push) Successful in 2s
/ Checkout (push) Successful in 17s
/ Build (push) Failing after 10s
ci / docker (push) Failing after 2m44s
Forgejo actions config
2024-07-22 01:18:17 +02:00

25 lines
565 B
YAML

name: ci
on:
push:
jobs:
docker:
runs-on: ubuntu-22.04
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: code.hohl.cloud
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: code.hohl.cloud/jwa11y/a11yist:latest