Skip to content

Commit

Permalink
workflow: don't push Docker container on PR (freifunk-gluon#2984)
Browse files Browse the repository at this point in the history
The docker container on PR action is broken in case the PR is not opened
within the Gluon project.

Remove the build on PR so the pipeline does not fail for third party
PRs.

Signed-off-by: David Bauer <[email protected]>
(cherry picked from commit 9577d2f)
Signed-off-by: Tom Herbers <[email protected]>
  • Loading branch information
blocktrron authored and herbetom committed Mar 17, 2024
1 parent 39fc213 commit 2e04629
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 2e04629

Please sign in to comment.