Files
afrov2/.gitea/workflows/deploy.yaml
streaper2 803ff43909
Some checks failed
Deploy Afropreunariat / build-and-push (push) Failing after 2m44s
maj deploy
2026-04-15 20:56:31 +02:00

29 lines
678 B
YAML

name: Deploy Afropreunariat
on:
push:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Registry
uses: docker/login-action@v2
with:
registry: git.home.arrondeau.fr
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: git.home.arrondeau.fr/streaper2/afropreunariat:latest