Skip to content

Commit 4accf75

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#220)
1 parent 42c4723 commit 4accf75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-helm-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{secrets.KOTS_HELM_USER_PROD}}
2828
password: ${{secrets.KOTS_HELM_PASS_PROD}}
2929
- name: Docker Image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
push: true
3333
tags: |

.github/workflows/deploy-helm-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{secrets.KOTS_HELM_USER_STAGING}}
2828
password: ${{secrets.KOTS_HELM_PASS_STAGING}}
2929
- name: Docker Image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
push: true
3333
tags: |

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
make build VERSION=dev-${{ env.SHORT_SHA }}
3636
- name: Docker Image
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
push: true
4040
tags: |

0 commit comments

Comments
 (0)