mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-08-31 12:26:31 +00:00
ping to specific earthly version
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
4
.github/workflows/pull_request.yaml
vendored
4
.github/workflows/pull_request.yaml
vendored
@@ -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
|
||||
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user