Skip to content

Commit

Permalink
Add source flag to module constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Pan <[email protected]>
  • Loading branch information
matipan committed Sep 5, 2024
1 parent 33d6ca8 commit 0ebd3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

- name: Lint
run: |
dagger call -m ./ci lint stdout
dagger call -m ./ci --source . lint stdout
- name: Test
run: |
dagger call -m ./ci test stdout
dagger call -m ./ci --source . test stdout
publish:
name: Publish to ECR
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
ECR_REGISTRY: 125635003186.dkr.ecr.us-east-1.amazonaws.com
ECR_REPO: registry-redirect
run: |
dagger call -m ./ci build with-registry-auth --address $ECR_REGISTRY --secret env:ECR_TOKEN --username AWS publish --address "$ECR_REGISTRY/$ECR_REPO:${{ github.sha }}"
dagger call -m ./ci --source . build with-registry-auth --address $ECR_REGISTRY --secret env:ECR_TOKEN --username AWS publish --address "$ECR_REGISTRY/$ECR_REPO:${{ github.sha }}"

0 comments on commit 0ebd3ec

Please sign in to comment.