Skip to content

Commit

Permalink
Update int128/kaniko-action action to v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent ee0ab20 commit 290828b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
name: Build with Kaniko
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha-auto-deploy-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
name: Build with Kaniko
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha-deploy-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
name: Build with Kaniko
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha-dispatcher-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
tags: |
type=raw,value=${{github.ref_name}}
- uses: int128/kaniko-action@v1.43.0
- uses: int128/kaniko-action@v1.46.0
name: Build with Kaniko
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
name: Build with Kaniko
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-ssr-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
name: Build with Kaniko
with:
push: true
Expand Down

0 comments on commit 290828b

Please sign in to comment.