website/.forgejo/workflows/image.yaml
Ncam Gnrvngu 2b3b1b314c
All checks were successful
/ build (push) Successful in 24s
/ reuse-compliance (push) Successful in 9s
trying to fix ci/cd
2025-06-01 16:33:52 +02:00

21 lines
548 B
YAML

# SPDX-FileCopyrightText: 2025 Ncam Gnrvngu <info@ncamgnrvngu.eu>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
on:
push:
branches:
- master
jobs:
build:
runs-on: docker
container:
image: node:24
steps:
- run: 'apt update'
- run: 'apt install -y buildah'
- uses: actions/checkout@v4
with:
lfs: true
- run: 'buildah build -t website'
- run: 'buildah push website --creds ncamgnrvngu:${{ secrets.DOCKER_TOKEN }} docker://git.ncamgnrvngu.eu/ncamgnrvngu/website:latest'