From 3cb07b8478da34719bb8faf4ffdc96d2384c7a14 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Wed, 15 Apr 2026 20:52:47 +0200 Subject: [PATCH] git actions --- .gitea/workflows/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..bea5acf --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,6 @@ +- name: Build and Push + uses: actions/docker/build-push@v4 + with: + context: . + push: true + tags: git.home.arrondeau.fr/streaper2/afropreunariat:latest \ No newline at end of file