e2e: add distribution tests

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2023-02-22 11:54:31 +00:00
parent 7944f9a25b
commit ee5cabd9e3
3 changed files with 23 additions and 1 deletions

View file

@ -35,6 +35,10 @@ jobs:
fail-fast: false
matrix:
include:
-
name: Distribution
id: distribution
type: local
-
name: Docker Hub
registry: ''
@ -169,7 +173,7 @@ jobs:
network=host
-
name: Login to Registry
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && env.REGISTRY_USER != ''
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY_FQDN || matrix.registry }}