mirror of https://github.com/linkerd/linkerd2.git
Bump crazy-max/ghaction-docker-buildx from 3.2.0 to 3.3.1 (#6275)
Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md)
- [Commits](552c9de485...126d331dc6
)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-buildx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
395cc3677e
commit
dc4b1accc7
|
@ -35,8 +35,8 @@ jobs:
|
|||
key: ${{ runner.os }}-buildx-${{ matrix.target }}-${{ env.TAG }}
|
||||
restore-keys: ${{ runner.os }}-buildx-${{ matrix.target }}-
|
||||
- name: Set up Docker Buildx
|
||||
# crazy-max/ghaction-docker-buildx@v3.2.0
|
||||
uses: crazy-max/ghaction-docker-buildx@552c9de485482d9bbaa6fa035ee55e518e1e3cb9
|
||||
# crazy-max/ghaction-docker-buildx@v3.3.1
|
||||
uses: crazy-max/ghaction-docker-buildx@126d331dc69f4a1aa02452e374835e6a5d565613
|
||||
- name: Build & Push Multi Arch Images
|
||||
env:
|
||||
#DOCKER_TRACE: 1
|
||||
|
|
Loading…
Reference in New Issue