Skip to content

Commit

Permalink
ci: skip docker image builds for pull requests
Browse files Browse the repository at this point in the history
Building docker images for pull requests is unnecessary.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
  • Loading branch information
rwestphal committed Sep 4, 2023
1 parent a8338f1 commit 00706ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

push-image:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
Expand Down

0 comments on commit 00706ec

Please sign in to comment.