Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 8b1567e

Browse files
Bump docker/build-push-action from 2 to 3 (#9)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4911ab5 commit 8b1567e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
uses: docker/setup-buildx-action@v2
205205

206206
- name: Build runtime image
207-
uses: docker/build-push-action@v2
207+
uses: docker/build-push-action@v3
208208
with:
209209
file: .devcontainer/Dockerfile
210210
context: .

0 commit comments

Comments
 (0)