-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update porter_stack_stefantest-graviton.yml
- Loading branch information
1 parent
9a3084b
commit 94aa4c8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ jobs: | |
run: echo "sha_long=$(git log -1 --format=%H)" >> $GITHUB_OUTPUT | ||
- name: Setup porter | ||
uses: porter-dev/[email protected] | ||
|
||
with: | ||
tagged_release: v0.0.1 | ||
- name: Deploy stack | ||
timeout-minutes: 30 | ||
run: | | ||
|
@@ -36,5 +37,4 @@ jobs: | |
PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }} | ||
GH_TOKEN: ${{ github.token }} | ||
DOCKER_BUILDKIT: 1 | ||
STEFAN_ENV: fromGHA | ||
|