Skip to content

Commit

Permalink
ci: use released setup-dagger action
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed Jul 19, 2024
1 parent de0d553 commit 63d2aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 69 deletions.
12 changes: 0 additions & 12 deletions .github/actions/post-setup-dagger/action.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/actions/setup-dagger/action.yaml

This file was deleted.

11 changes: 3 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: "Checkout repository"
id: "checkout"
uses: "actions/checkout@v4"
- name: "Setup Dagger"
- name: "Set up Dagger"
id: "setup-dagger"
uses: "./.github/actions/setup-dagger"
uses: "camptocamp/setup-dagger@v1"
with:
cloudToken: "${{ secrets.DAGGER_CLOUD_TOKEN }}"
cacheServiceToken: "${{ secrets.DAGGER_CACHE_SERVICE_TOKEN }}"
cloud-token: "${{ secrets.DAGGER_CLOUD_TOKEN }}"
- name: "Build container image"
id: "build-image"
run: |
Expand All @@ -37,7 +36,3 @@ jobs:
package-type: "container"
min-versions-to-keep: 0
delete-only-untagged-versions: true
# NOTE: Composite actions cannot add post steps, so add them explicitly.
- name: "Post Setup Dagger"
id: "post-setup-dagger"
uses: "./.github/actions/post-setup-dagger"

0 comments on commit 63d2aad

Please sign in to comment.