Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Jan 8, 2024
1 parent b2d0d20 commit 8101362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
include:
- dockerfile: ./compose/local/django/Dockerfile
image: ghcr.io/LDO-CERT/orochi/orochi_django
image: ghcr.io/LDO-CERT/orochi_django
- dockerfile: ./compose/local/postgres/Dockerfile
image: ghcr.io/LDO-CERT/orochi/orochi_postgres
image: ghcr.io/LDO-CERT/orochi_postgres
- dockerfile: ./compose/local/dask/Dockerfile
image: ghcr.io/LDO-CERT/orochi/orochi_worker
image: ghcr.io/LDO-CERT/orochi_worker
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8101362

Please sign in to comment.