Skip to content

Commit 74cacbc

Browse files
dependabot[bot]guilhem
authored andcommitted
build(deps): bump docker/build-push-action from 2 to 3
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]>
1 parent efe4052 commit 74cacbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: docker/setup-buildx-action@v2
4141
- name: Push to GitHub Packages
42-
uses: docker/build-push-action@v2
42+
uses: docker/build-push-action@v3
4343
with:
4444
push: true
4545
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)