Skip to content

Commit c57b05b

Browse files
authored
Merge pull request #94 from qgis/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 86ff2d2 + b021c86 commit c57b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-images-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.DOCKER_PASSWORD }}
2424

2525
- name: Build and push Docker image
26-
uses: docker/build-push-action@v6
26+
uses: docker/build-push-action@v7
2727
with:
2828
context: .
2929
file: deployment/docker/Dockerfile

0 commit comments

Comments
 (0)