Skip to content

Commit 30b789a

Browse files
authored
Merge pull request #20 from netresearch/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents f0c086d + 2616f32 commit 30b789a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# https://github.com/docker/build-push-action
7979
- name: Build and push Docker image
8080
id: build-and-push
81-
uses: docker/build-push-action@v6
81+
uses: docker/build-push-action@v7
8282
with:
8383
context: .
8484
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)