1 Commits

Author SHA1 Message Date
1a52f450fc chore(deps): update docker/metadata-action action to v6
All checks were successful
Cog check / Create release (pull_request) Successful in 5s
2026-03-06 00:00:55 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }} images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }}
tags: | tags: |

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 }}

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 }}