Skip to content

Commit

Permalink
only push the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Jul 8, 2024
1 parent 5a6046c commit 27f4a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
RUBY_VERSION=${{ steps.ruby-version.outputs.ruby_version }}
REVISION=${{ github.sha }}
context: .
push: true
push: ${{ github.ref == github.event.repository.default_branch }}

This comment has been minimized.

Copy link
@olleolleolle

olleolleolle Jul 15, 2024

Fixed in b1abe7b

tags: |
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/pipeline:sha-${{ github.sha }}
Expand Down

0 comments on commit 27f4a9d

Please sign in to comment.