Skip to content

Commit 4a53629

Browse files
chore(deps): bump the all group across 1 directory with 2 updates (#355)
Bumps the all group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v6.19.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b343902 commit 4a53629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@v3.6.0
32+
uses: docker/login-action@v3.7.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
@@ -42,7 +42,7 @@ jobs:
4242
images: ghcr.io/stac-utils/stac-fastapi-pgstac
4343

4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@v6.18.0
45+
uses: docker/build-push-action@v6.19.2
4646
with:
4747
context: .
4848
file: Dockerfile

0 commit comments

Comments
 (0)