Remove CI/CD : Build and push
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 24s

This commit is contained in:
Hubert Cornet 2025-01-24 18:30:59 +01:00
parent 61d17a7540
commit d24519f304

View File

@ -30,11 +30,11 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1 uses: docker/setup-buildx-action@v3.6.1
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Build and push # - name: Build and push
uses: docker/build-push-action@v6.13.0 # uses: docker/build-push-action@v6.13.0
with: # with:
push: true # push: true
# #
- name: Create necessary Docker networks - name: Create necessary Docker networks
run: | run: |