From cbe55e02e74754db784725b16e53d6637abc8348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 05:35:53 -0600 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 (#46) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index af96522..831a8f6 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -28,7 +28,7 @@ jobs: with: images: ghcr.io/stac-utils/stac-fastapi-pgstac - name: Build and push Docker image - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.1.1 with: context: . file: Dockerfile