From 5813bf4120000913e6ea94621eb0649b2aadd23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:54:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662df90..a3f02dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ${{ matrix.variant }} tags: yourls-test:${{ needs.metadata.outputs.version }}-${{ matrix.variant }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc386e4..30e51b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: type=semver,enable=${{ matrix.variant == 'apache' }},pattern={{major}},priority=300,value=${{ inputs.version }} - name: Docker build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 id: build with: context: ./${{ matrix.variant }}/