Skip to content

Commit

Permalink
Fix action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jan 6, 2025
1 parent 386b2a4 commit 524ef1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions: # see this: https://docs.github.com/en/actions/using-jobs/assigning
jobs:
dev_docker_build_push:
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v3
uses: ./.github/actions/push
with:
environment: dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:
jobs:
dev_docker_build_push:
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v3
uses: ./.github/actions/push
with:
environment: dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
sandbox_docker_build_push:
name: "Testnet: Release"
needs: [setup, dev_validate]
uses: actions/checkout@v3
uses: ./.github/actions/push
with:
environment: sandbox
Expand Down

0 comments on commit 524ef1a

Please sign in to comment.