From b79def33906f24b70ca3f67cda3ea1985fcdbc02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:20:56 +0000 Subject: [PATCH 1/2] build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- 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/push.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 22b5489e..d48d32ea 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - name: Build container if: ${{ github.ref != 'refs/heads/master' }} - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: . platforms: linux/amd64 @@ -115,7 +115,7 @@ jobs: return tags.join(', ') - name: Build and push container - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: . tags: ${{ steps.tags.outputs.result }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3945e477..e061b064 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -94,7 +94,7 @@ jobs: return tags.join(', ') - name: Build and push container - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: context: . tags: ${{ steps.tags.outputs.result }} From 151394a565bcab09cba104532b28803c2b8d5bad Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Tue, 28 Nov 2023 15:25:28 +1300 Subject: [PATCH 2/2] refactor: Specify action version clearly --- .github/workflows/push.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d48d32ea..65866017 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - name: Build container if: ${{ github.ref != 'refs/heads/master' }} - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . platforms: linux/amd64 @@ -115,7 +115,7 @@ jobs: return tags.join(', ') - name: Build and push container - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . tags: ${{ steps.tags.outputs.result }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e061b064..ff7a88a1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -94,7 +94,7 @@ jobs: return tags.join(', ') - name: Build and push container - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . tags: ${{ steps.tags.outputs.result }}