build and push

This commit is contained in:
maximo tejeda 2024-02-08 15:32:41 -04:00
parent 22cb34e3b6
commit 03f8b2517c

View File

@ -14,14 +14,6 @@ jobs:
ports: ports:
- 32000:32000 - 32000:32000
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
- name: Build and push to local registry - name: Build and push to local registry
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: