Skip to content
Snippets Groups Projects
Unverified Commit 9577d2fa authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

workflow: don't push Docker container on PR (#2984)


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: default avatarDavid Bauer <mail@david-bauer.net>
parent 2e1b0927
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@ on:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'
env:
REGISTRY: ghcr.io
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment