Add .forgejo/workflows/build.yml
All checks were successful
Build Custom docker:dind image / build-container (push) Successful in 2m11s

This commit is contained in:
Neshura 2023-12-19 22:45:54 +00:00
parent 9cd113f4c5
commit 8627d907dd

View file

@ -0,0 +1,30 @@
name: 'Build Custom docker:dind image'
author: 'Neshura'
on:
push:
schedule:
- cron: '0 0 * * 1'
jobs:
build-container:
runs-on: dind
steps:
-
name: Install Node.js
run: apk add nodejs npm
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Forgejo Docker Repo
uses: docker/login-action@v3
with:
registry: forgejo.neshweb.net
username: ${{ secrets.FORGEJO_USERNAME }}
password: ${{ secrets.FORGEJO_TOKEN }}
-
name: Push to Package Registry
uses: docker/build-push-action@v5
with:
push: true
tags: forgejo.neshweb.net/ci-docker-images/rust-node:latest