Skip to content

Commit e8a7308

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#327)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02ac16d commit e8a7308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535

3636
- name: Build (and Push) image
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
#build-args: |
4040
# UBUNTU_VERSION=${{ matrix.ubuntu }}

0 commit comments

Comments
 (0)