Skip to content

Commit 65d180b

Browse files
ci(deps): bump docker/build-push-action from 2 to 6
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-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c878c9 commit 65d180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
username: ${{ secrets.DOCKERHUB_USERNAME }}
181181
password: ${{ secrets.DOCKERHUB_TOKEN }}
182182
- name: Build and push
183-
uses: docker/build-push-action@v2
183+
uses: docker/build-push-action@v6
184184
with:
185185
context: .
186186
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)