We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03acaf commit 7f3d9b5Copy full SHA for 7f3d9b5
.github/workflows/release.yaml
@@ -166,7 +166,7 @@ jobs:
166
echo "DOCKER_TEST_TAG=ghcr.io/humbugphp/php-scoper" >> $GITHUB_ENV
167
168
- name: Build and export to Docker
169
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
170
with:
171
context: .
172
file: ${{ env.DOCKERFILE }}
@@ -179,7 +179,7 @@ jobs:
179
180
- name: Build and push
181
if: github.event_name == 'release'
182
183
184
185
0 commit comments