Skip to content

Commit c60a6a3

Browse files
authored
Merge pull request #4733 from OSGeo/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents b48c404 + 929d53c commit c60a6a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
echo "ARCH=$ARCH" >> $GITHUB_OUTPUT
116116
117117
- name: Build docs image
118-
uses: docker/build-push-action@v6
118+
uses: docker/build-push-action@v7
119119
if: matrix.container == 'proj-docs'
120120
with:
121121
push: ${{ env.PUSH_PACKAGES == 'true' }}
@@ -152,7 +152,7 @@ jobs:
152152
echo "EOF" >> $GITHUB_OUTPUT
153153
154154
- name: Build image
155-
uses: docker/build-push-action@v6
155+
uses: docker/build-push-action@v7
156156
id: push
157157
if: matrix.container == 'proj'
158158
with:

0 commit comments

Comments
 (0)