update
This commit is contained in:
parent
6b7cc178e1
commit
3aed962f07
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user