Skip to content

Commit 396a027

Browse files
fix(deps): update docker/build-push-action action to v6.18.0
1 parent 62b0608 commit 396a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Build and push master Docker image
73-
uses: docker/build-push-action@v6.14.0
73+
uses: docker/build-push-action@v6.18.0
7474
with:
7575
context: .
7676
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}

0 commit comments

Comments
 (0)