Skip to content

Commit 89606df

Browse files
Merge pull request #40 from mdeous/dependabot/github_actions/docker/build-push-action-6.18.0
2 parents ebf611f + a91f4fb commit 89606df

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.17.0
54+
uses: docker/build-push-action@v6.18.0
5555
with:
5656
pull: true
5757
push: false

0 commit comments

Comments
 (0)