rename dagger to dagger-cue (#79)

* rename dagger to dagger-cue
fixes #78

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
Marcos Nils 2023-02-13 17:08:12 -03:00 committed by GitHub
parent 75549c92b9
commit 2572459a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 22 additions and 29 deletions

View file

@ -19,8 +19,8 @@ jobs:
fail-fast: false
matrix:
version:
- 0.2
- 0.2.5
- latest
- 0.2.232
steps:
-
name: Checkout
@ -56,8 +56,7 @@ jobs:
fail-fast: false
matrix:
version:
- 0.2
- 0.2.5
- 0.2.232
steps:
-
name: Checkout
@ -71,7 +70,7 @@ jobs:
-
name: Check
run: |
dagger version
dagger-cue version
build-ref:
runs-on: ubuntu-latest
@ -79,8 +78,7 @@ jobs:
fail-fast: false
matrix:
ref:
- refs/tags/v0.2.5
- refs/pull/2288/head
- refs/heads/cue-sdk
steps:
-
name: Checkout