From 12c0e16c45b47cb6909a2a1cdb2a62e6fc552319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:44:42 +0200 Subject: [PATCH] Bump docker/build-push-action from 6.4.0 to 6.4.1 (#111) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c0772d7..474b88e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -22,7 +22,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker images - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: tags: ghcr.io/beryju/oauth1-test-server:latest push: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 66fb617..32175ff 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -21,7 +21,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker images - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: tags: ghcr.io/beryju/oauth1-test-server:${{github.ref_name}} platforms: linux/amd64,linux/arm64