This commit is contained in:
Hubert Cornet 2024-12-26 19:29:54 +01:00
parent 6b7cc178e1
commit 3aed962f07

View File

@ -29,6 +29,11 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3.6.1
# https://github.com/docker/build-push-action
- name: Build and push
uses: docker/build-push-action@v6
#
- name: Create necessary Docker networks
run: |
docker network create back_network_pg || true