From 144fa7bca2d19a83c94a9b7ed3e804ddca3ab499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:43:33 +0100 Subject: [PATCH] Bump docker/build-push-action from 6.12.0 to 6.13.0 (#129) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 3bc0bff..b93e49f 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.12.0 + uses: docker/build-push-action@v6.13.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 6e72ccb..1468399 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.12.0 + uses: docker/build-push-action@v6.13.0 with: tags: ghcr.io/beryju/oauth1-test-server:${{github.ref_name}} platforms: linux/amd64,linux/arm64