From 7d48d48071c92500ee1d2c52b248854d420b9b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:37:05 +0200 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#53) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-for-development.yml | 2 +- .github/workflows/release-new-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-for-development.yml b/.github/workflows/build-for-development.yml index 076caec..2a570a7 100644 --- a/.github/workflows/build-for-development.yml +++ b/.github/workflows/build-for-development.yml @@ -52,7 +52,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: ghcr.io/num-forschungsdatenplattform/keycloak-theme-num:develop \ No newline at end of file diff --git a/.github/workflows/release-new-tag.yml b/.github/workflows/release-new-tag.yml index 0ffe9cb..3e2bea6 100644 --- a/.github/workflows/release-new-tag.yml +++ b/.github/workflows/release-new-tag.yml @@ -22,7 +22,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: load: true tags: numforschungsdatenplattform/keycloak-theme-num:${{ github.ref_name }}