Skip to content

Commit 0388adb

Browse files
committed
update docker build-push-action
1 parent a3e939d commit 0388adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basic_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# https://github.com/docker/build-push-action
115115
- name: Build and push Docker image
116116
id: build-and-push
117-
uses: docker/build-push-action@v5
117+
uses: docker/build-push-action@v6
118118
with:
119119
context: .
120120
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)