This commit is contained in:
maximo tejeda 2024-02-08 18:10:05 -04:00
parent 28221d7fc1
commit 6e71dfc2a8

View File

@ -10,15 +10,17 @@ jobs:
needs: build needs: build
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- uses: https://github.com/actions/checkout@v4 - name: checkout
- uses: https://github.com/docker/setup-buildx-action@v3 uses: actions/checkout@v4
- name: setup buildx
uses: docker/setup-buildx-action@v3
with: with:
config-inline: | config-inline: |
[registry."192.168.0.151:32000"] [registry."192.168.0.151:32000"]
http = true http = true
insecure = true insecure = true
- name: Build and push Docker image - name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile