From f0fd2f7f948989f352cdbc29a38f3e01d1639af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:20:40 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/confluence.yml | 2 +- .github/workflows/ldap-toolbox.yml | 2 +- .github/workflows/openldap.yml | 2 +- .github/workflows/simplesamlphp.yml | 2 +- .github/workflows/slack-invite-automation.yml | 2 +- .github/workflows/uka-webserver.yml | 2 +- .github/workflows/web-1.yml | 2 +- .github/workflows/webdavcgi.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/confluence.yml b/.github/workflows/confluence.yml index b03e8c99..518b0697 100644 --- a/.github/workflows/confluence.yml +++ b/.github/workflows/confluence.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/confluence push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/ldap-toolbox.yml b/.github/workflows/ldap-toolbox.yml index 0a28e970..18fbb869 100644 --- a/.github/workflows/ldap-toolbox.yml +++ b/.github/workflows/ldap-toolbox.yml @@ -23,7 +23,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/ldap-toolbox push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/openldap.yml b/.github/workflows/openldap.yml index f1e6a42a..22808653 100644 --- a/.github/workflows/openldap.yml +++ b/.github/workflows/openldap.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/openldap push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/simplesamlphp.yml b/.github/workflows/simplesamlphp.yml index 7b8ca3f4..0bbb6bc3 100644 --- a/.github/workflows/simplesamlphp.yml +++ b/.github/workflows/simplesamlphp.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/simplesamlphp push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/slack-invite-automation.yml b/.github/workflows/slack-invite-automation.yml index 90347143..269785b5 100644 --- a/.github/workflows/slack-invite-automation.yml +++ b/.github/workflows/slack-invite-automation.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/slack-invite-automation push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/uka-webserver.yml b/.github/workflows/uka-webserver.yml index b7fceb1e..5bc25fd9 100644 --- a/.github/workflows/uka-webserver.yml +++ b/.github/workflows/uka-webserver.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/uka-webserver push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/web-1.yml b/.github/workflows/web-1.yml index 7c7532d1..f73f9f5f 100644 --- a/.github/workflows/web-1.yml +++ b/.github/workflows/web-1.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/web-1 push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/webdavcgi.yml b/.github/workflows/webdavcgi.yml index 07f7562c..0c3ef5ee 100644 --- a/.github/workflows/webdavcgi.yml +++ b/.github/workflows/webdavcgi.yml @@ -22,7 +22,7 @@ jobs: - name: Build container id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: services/webdavcgi push: ${{ github.ref == 'refs/heads/main' }}