custom build
This commit is contained in:
parent
851ebfb279
commit
ccf124764c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue