From b5449218b8cd06f90d1dc2cdcd07dbd1101b8c5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:50:48 +0000 Subject: [PATCH] Update int128/kaniko-action action to v1.44.0 --- .github/workflows/docker.yaml | 2 +- .github/workflows/gha-auto-deploy-integration.yaml | 2 +- .github/workflows/gha-deploy-integration.yaml | 2 +- .github/workflows/gha-dispatcher-tag.yaml | 2 +- .github/workflows/web-qa.yaml | 2 +- .github/workflows/web-ssr-qa.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 585fff7..a25accc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -88,7 +88,7 @@ jobs: type=ref,enable=true,priority=600,prefix=,suffix=,event=tag type=ref,enable=true,priority=600,prefix=gha-,suffix=,event=pr - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true diff --git a/.github/workflows/gha-auto-deploy-integration.yaml b/.github/workflows/gha-auto-deploy-integration.yaml index 1900882..233875e 100644 --- a/.github/workflows/gha-auto-deploy-integration.yaml +++ b/.github/workflows/gha-auto-deploy-integration.yaml @@ -84,7 +84,7 @@ jobs: type=sha,enable=true,priority=600,prefix=gha-,suffix= type=raw,enable=true,priority=600,prefix=gha-deploy-int-,value=${{ steps.timestamp.outputs.date }} - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true diff --git a/.github/workflows/gha-deploy-integration.yaml b/.github/workflows/gha-deploy-integration.yaml index 6defa8e..cfb06e0 100644 --- a/.github/workflows/gha-deploy-integration.yaml +++ b/.github/workflows/gha-deploy-integration.yaml @@ -88,7 +88,7 @@ jobs: tags: | type=sha,enable=true,priority=600,prefix=gha-,suffix= type=raw,enable=true,priority=600,prefix=gha-deploy-int-,value=${{ steps.timestamp.outputs.date }} - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true diff --git a/.github/workflows/gha-dispatcher-tag.yaml b/.github/workflows/gha-dispatcher-tag.yaml index a76db5b..db18ce3 100644 --- a/.github/workflows/gha-dispatcher-tag.yaml +++ b/.github/workflows/gha-dispatcher-tag.yaml @@ -59,7 +59,7 @@ jobs: tags: | type=raw,value=${{github.ref_name}} - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true diff --git a/.github/workflows/web-qa.yaml b/.github/workflows/web-qa.yaml index 3d21748..06de7be 100644 --- a/.github/workflows/web-qa.yaml +++ b/.github/workflows/web-qa.yaml @@ -82,7 +82,7 @@ jobs: tags: | type=sha,enable=true,priority=600,prefix=qa-,suffix= - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true diff --git a/.github/workflows/web-ssr-qa.yaml b/.github/workflows/web-ssr-qa.yaml index 3d21748..06de7be 100644 --- a/.github/workflows/web-ssr-qa.yaml +++ b/.github/workflows/web-ssr-qa.yaml @@ -82,7 +82,7 @@ jobs: tags: | type=sha,enable=true,priority=600,prefix=qa-,suffix= - - uses: int128/kaniko-action@v1.43.0 + - uses: int128/kaniko-action@v1.44.0 name: Build with Kaniko with: push: true