Compare commits

..

1 Commits

Author SHA1 Message Date
bot af69dce1cd chore(deps): update docker/login-action action to v4
Cog check / Create release (pull_request) Successful in 25s
2026-04-28 00:04:45 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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@v3 uses: docker/login-action@v4
with: with:
registry: ${{ inputs.registry }} registry: ${{ inputs.registry }}
username: ${{ secrets.registry-user }} username: ${{ secrets.registry-user }}
+1 -1
View File
@@ -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@v2 - uses: opentofu/setup-opentofu@v1
if: ${{ steps.check.outputs.code == 2 }} if: ${{ steps.check.outputs.code == 2 }}
with: with:
tofu_version: ${{ inputs.tofu-version }} tofu_version: ${{ inputs.tofu-version }}
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: opentofu/setup-opentofu@v2 - uses: opentofu/setup-opentofu@v1
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 }}