Skip to content

Commit 62341c7

Browse files
Bump docker/build-push-action from 2 to 6 (#67)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a191ef3 commit 62341c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323

2424
- name: Build and push compiler docker image
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v6
2626
with:
2727
push: true
2828
context: "{{defaultContext}}:packagecompiler"
@@ -39,7 +39,7 @@ jobs:
3939
sudo chown -R $USER:$USER .
4040
4141
- name: Build and push binary docker image
42-
uses: docker/build-push-action@v2
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
context: .

0 commit comments

Comments
 (0)