Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions sailpublish #128

Merged
merged 15 commits into from
May 20, 2024
2 changes: 1 addition & 1 deletion .github/workflows/sail-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}/vendor/laravel/sail/runtimes/${{ env.SAIL_VERSION }}/Dockerfile
context: ${{ github.workspace }}/vendor/laravel/sail/runtimes/${{ env.sail_version }}/Dockerfile
build-args: WWWGROUP=${{ env.WWWGROUP }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
Loading