Skip to content

Commit 936c204

Browse files
authored
Merge pull request #145 from akquinet/renovate/docker-build-push-action-6.x
fix(deps): update docker/build-push-action action to v6.14.0
2 parents 4a03088 + 1589da4 commit 936c204

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.13.0
73+
uses: docker/build-push-action@v6.14.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)