maj deploy
Some checks failed
Deploy Afropreunariat / build-and-push (push) Failing after 2m44s

This commit is contained in:
2026-04-15 20:56:31 +02:00
parent 3cb07b8478
commit 803ff43909

View File

@@ -1,5 +1,28 @@
- name: Build and Push name: Deploy Afropreunariat
uses: actions/docker/build-push@v4 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: with:
context: . context: .
push: true push: true