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 Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 26, 2024
1 parent 330a81a commit ef57bf2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.ref }}
Expand Down
Empty file added .github/workflows/push-main.yml
Empty file.
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: Dockerfile
dockerfile: ./backoffice/Dockerfile
secrets: inherit

test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ inputs.ref }}
image: cern-sis/inspire/workflows
context: ./workflows
dockerfile: Dockerfile
dockerfile: ./workflows/Dockerfile
secrets: inherit
test:
needs: build
Expand Down

0 comments on commit ef57bf2

Please sign in to comment.