From e106a35aa8c8c1c19bfb9d7cdf349c07aea5f793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:25:57 +0200 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 5.4.0 (#101) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.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] 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 66d6253..2c60351 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@v5.3.0 + uses: docker/build-push-action@v5.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 2f84dbc..1f59ad1 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@v5.3.0 + uses: docker/build-push-action@v5.4.0 with: tags: ghcr.io/beryju/oauth1-test-server:${{github.ref_name}} platforms: linux/amd64,linux/arm64