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