fix path
This commit is contained in:
parent
7712d3b5ef
commit
ddc957ec80
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ jobs:
|
|||
registry: code.hohl.cloud
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- run: docker build -t code.hohl.cloud/a11yist:latest --target production repository/services/a11yist
|
||||
- run: docker build -t code.hohl.cloud/a11yist:latest --target production repository/
|
||||
- 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