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 85a1397 commit bd37058Copy full SHA for bd37058
.github/workflows/precompile-php.yml
@@ -443,7 +443,7 @@ jobs:
443
path: ${{ env.OUTPUT_DIR }}/${{ env.BINARY_NAME }}.tar.gz
444
retention-days: 90
445
446
- - name: Upload to GitHub Container Registry
+ - name: Upload to GitHub Container Registry (Linux)
447
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.platform == 'linux'
448
run: |
449
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY_URL }} -u ${{ env.REGISTRY_USERNAME }} --password-stdin
0 commit comments