From f0f0302e394f47507115d02ee3744dbb6dc2ad92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:19:42 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.4.0 to 6.0.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.1) --- 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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e267b3..d29e94b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Build and Push PR if: github.ref != 'refs/heads/main' - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.1 with: context: workers/${{ matrix.service }} tags: ${{ steps.docker_meta.outputs.tags }} @@ -53,7 +53,7 @@ jobs: - name: Build and Push Latest if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.1 with: context: workers/${{ matrix.service }} tags: ${{ steps.docker_meta.outputs.tags }}, ashirt/${{ matrix.service }}:latest #Add latest tag for main