custom build
Some checks failed
ci / docker (push) Failing after 6s
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 10s
/ Build (push) Failing after 5s

This commit is contained in:
david 2024-07-22 04:17:24 +02:00
parent 851ebfb279
commit ccf124764c

View file

@ -14,6 +14,6 @@ jobs:
registry: code.hohl.cloud
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: docker builld -t code.hohl.cloud/a11yist:latest --target production .
- run: docker build -t code.hohl.cloud/a11yist:latest --target production .
- run: docker compose -f /services/a11yist/docker-compose.yml up -d
- run: docker push code.hohl.cloud/a11yist:latest