Skip to content

Commit 98eaa38

Browse files
chore(deps): bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- 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 abafbd8 commit 98eaa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
registry: public.ecr.aws
3333
- name: Build and push docker image
34-
uses: docker/build-push-action@v3
34+
uses: docker/build-push-action@v6
3535
with:
3636
push: true
3737
context: sample-apps

0 commit comments

Comments
 (0)