From cbbd0f939843a71d138a3b5b66a3bcb154d5edea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 04:44:27 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.3.0 to 6.4.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 1fece72..c0772d7 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.3.0 + uses: docker/build-push-action@v6.4.0 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 0cf1879..66fb617 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.3.0 + uses: docker/build-push-action@v6.4.0 with: tags: ghcr.io/beryju/oauth1-test-server:${{github.ref_name}} platforms: linux/amd64,linux/arm64