Skip to content

Commit

Permalink
Merge pull request #29 from kairos-io/earthly
Browse files Browse the repository at this point in the history
pin to specific earthly version
  • Loading branch information
rishi-anand authored Feb 26, 2023
2 parents 0e1e30e + 18833eb commit 6c0f09f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: docker-practice/actions-setup-docker@master
- uses: earthly/actions-setup@v1
with:
version: "latest"
version: "v0.6.30"
- run: echo $REGISTRY_PASSWORD | docker login -u $REGISTRY_USER --password-stdin $REGISTRY
- run: env | grep ACTIONS_ID_TOKEN_REQUEST > .env
- run: env | grep REGISTRY >> .env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: docker-practice/actions-setup-docker@master
- uses: earthly/actions-setup@v1
with:
version: "latest"
version: "v0.6.30"
- run: earthly --ci +lint
build:
runs-on: ubuntu-latest
Expand All @@ -41,5 +41,5 @@ jobs:
- uses: docker-practice/actions-setup-docker@master
- uses: earthly/actions-setup@v1
with:
version: "latest"
version: "v0.6.30"
- run: earthly --ci --platform=${{ matrix.platform }} +docker --RKE2_VERSION=${{ matrix.rke2-version }} --BASE_IMAGE=${{ matrix.base-image }}

0 comments on commit 6c0f09f

Please sign in to comment.