Skip to content

Commit 9615f27

Browse files
Merge pull request #38 from mdeous/dependabot/github_actions/docker/build-push-action-6.16.0
2 parents 9e47fa6 + 13d980f commit 9615f27

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
@@ -51,7 +51,7 @@ jobs:
5151
run: docker pull ghcr.io/${IMAGE_NAME}:latest || true
5252

5353
- name: Build image
54-
uses: docker/build-push-action@v6.15.0
54+
uses: docker/build-push-action@v6.16.0
5555
with:
5656
pull: true
5757
push: false

0 commit comments

Comments
 (0)