Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
gh-actions: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 26, 2024
1 parent 553c896 commit 330a81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ inputs.ref }}
image: cern-sis/inspire/backoffice
context: ./backoffice
dockerfile: ./compose/production/django/Dockerfile
dockerfile: Dockerfile
secrets: inherit

test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
ref: ${{ inputs.ref }}
image: cern-sis/inspire/workflows
context: ./workflows
dockerfile: Dockerfile
secrets: inherit
test:
needs: build
Expand Down

0 comments on commit 330a81a

Please sign in to comment.