Skip to content

Commit

Permalink
Bump the docker group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates in the /.github/actions/setup-gear directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [docker/login-action](https://github.com/docker/login-action).


Updates `docker/build-push-action` from 5.3.0 to 6.1.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v6.1.0)

Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent c39dfa4 commit 9141bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-gear/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ runs:
sudo systemctl restart docker
docker network create gear
- uses: docker/[email protected]
- uses: docker/build-push-action@v5.3.0
- uses: docker/build-push-action@v6.1.0
with:
context: stack/gear/env/${{ inputs.devenv }}
tags: stack/gear:${{ inputs.devenv }}
load: true
cache-from: type=gha,scope=stack/gear/${{ inputs.devenv }}
cache-to: type=gha,mode=max,scope=stack/gear/${{ inputs.devenv }}
- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 9141bde

Please sign in to comment.