Only pushing canary/sha images on pushes to main (not PRs) (#53)
* using proper repo name in GH action Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net> * Using proper name in image repository on release builds Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net> * removing PR pushes to GHCR Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net> * going back to using secret for GHCR org name Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
parent
8c5a4c8054
commit
074651425c
|
|
@ -3,8 +3,6 @@ name: Publish canary image to GitHub Container Registry
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue