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