ties 46e51aefdb
Some checks failed
/ build (push) Failing after 8s
Update .gitea/workflows/build.yaml
2024-08-27 07:54:36 +00:00

23 lines
536 B
YAML

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: http://gitea-http.git:3000
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: public/custom_act_runner:latest