We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48c404 + 929d53c commit c60a6a3Copy full SHA for c60a6a3
1 file changed
.github/workflows/docker.yml
@@ -115,7 +115,7 @@ jobs:
115
echo "ARCH=$ARCH" >> $GITHUB_OUTPUT
116
117
- name: Build docs image
118
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
119
if: matrix.container == 'proj-docs'
120
with:
121
push: ${{ env.PUSH_PACKAGES == 'true' }}
@@ -152,7 +152,7 @@ jobs:
152
echo "EOF" >> $GITHUB_OUTPUT
153
154
- name: Build image
155
156
id: push
157
if: matrix.container == 'proj'
158
0 commit comments