Skip to content

Commit 8d0d7db

Browse files
authored
Merge pull request #103 from jacobbednarz/dependabot/github_actions/docker/build-push-action-6
2 parents 8bb8ed1 + c8836b4 commit 8d0d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737
- name: Build and push by digest
3838
id: build
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)