Skip to content

Commit 3783128

Browse files
authored
Merge pull request #43 from qgis/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents c12640e + bade604 commit 3783128

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
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKER_PASSWORD }}
2525

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

0 commit comments

Comments
 (0)