Skip to content

Commit

Permalink
Update actions sailpublish (#130)
Browse files Browse the repository at this point in the history
* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml

* Update sail-publish.yml
  • Loading branch information
Kipjr authored May 20, 2024
1 parent 9b09230 commit 725a446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sail-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: falti/dotenv-action@v1
with:
export-variables: true
keys-case: upper

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -63,7 +64,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 }}
context: ${{ github.workspace }}/vendor/laravel/sail/runtimes/${{ env.SAIL_VERSION }}
build-args: WWWGROUP=${{ env.WWWGROUP }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 725a446

Please sign in to comment.