a11yist/.forgejo/workflows/build_push.yml
david f8eb5865c1
Some checks failed
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 12s
/ Build (push) Failing after 6s
ci / docker (push) Has been cancelled
Forgejo actions config
2024-07-22 03:41:01 +02:00

26 lines
621 B
YAML

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