fix formatting
Some checks failed
Build / publish (push) Has been cancelled

This commit is contained in:
2024-07-14 14:59:13 +02:00
parent 9449b33f30
commit 1fc2d7240a

View File

@@ -11,14 +11,14 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3 uses: https://github.com/docker/setup-buildx-action@v3
with: with:
config-inline: | config-inline: |
[registry."172.21.0.1:5000"] [registry."172.21.0.1:5000"]
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: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: "172.21.0.1:5000/website" tags: "172.21.0.1:5000/website"