1 Commits

Author SHA1 Message Date
c2c5933bae chore(deps): update docker/build-push-action action to v7
All checks were successful
Cog check / Create release (pull_request) Successful in 8s
2026-03-06 00:00:52 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ jobs:
username: ${{ secrets.registry-user }}
password: ${{ secrets.registry-password }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
platforms: linux/amd64,linux/arm64

View File

@@ -56,7 +56,7 @@ jobs:
make copy-install;
cd ${{ github.workspace }};
rm -rf blackbox;
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
if: ${{ steps.check.outputs.code == 2 }}
with:
tofu_version: ${{ inputs.tofu-version }}

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: opentofu/setup-opentofu@v2
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }}