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:
Aaron Schlesinger 2021-02-09 08:56:32 -08:00 committed by GitHub
parent 8c5a4c8054
commit 074651425c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ name: Publish canary image to GitHub Container Registry
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs: