Skip to content

Commit 028cb5e

Browse files
build(deps): bump docker/build-push-action from 2 to 3 (#2838)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 360807a commit 028cb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
7979

8080
- name: Build and publish ${{ matrix.target.Dockerfile }}
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v3
8282
with:
8383
context: .
8484
file: ${{ matrix.target.Dockerfile }}

0 commit comments

Comments
 (0)