Skip to content

Commit 65adfc1

Browse files
Bump docker/build-push-action from 2 to 6 in /.github/workflows
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e72c4cd commit 65adfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.DOCKER_PASSWORD }}
4545

4646
- name: Build
47-
uses: docker/build-push-action@v2
47+
uses: docker/build-push-action@v6
4848
with:
4949
builder: ${{ steps.buildx.outputs.name }}
5050
context: .

0 commit comments

Comments
 (0)