Compare commits
1 Commits
renovate/h
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| a061a950be |
@@ -40,7 +40,7 @@ jobs:
|
||||
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
|
||||
- name: Login in Private Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ${{ inputs.registry }}
|
||||
username: ${{ secrets.registry-user }}
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
make copy-install;
|
||||
cd ${{ github.workspace }};
|
||||
rm -rf blackbox;
|
||||
- uses: hashicorp/setup-terraform@v4
|
||||
- uses: hashicorp/setup-terraform@v3
|
||||
if: ${{ steps.check.outputs.code == 2 }}
|
||||
with:
|
||||
terraform_version: 1.7.5
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: hashicorp/setup-terraform@v4
|
||||
- uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: 1.7.5
|
||||
cli_config_credentials_token: ${{ secrets.tf-api-token }}
|
||||
|
||||
Reference in New Issue
Block a user