mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
fixup! e2e: add distribution tests
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
d10433366f
commit
4858a31f84
2 changed files with 5 additions and 4 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -27,6 +27,7 @@ env:
|
|||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||
HARBOR_VERSION: v2.7.0
|
||||
NEXUS_VERSION: 3.47.1
|
||||
DISTRIBUTION_VERSION: 2.8.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -173,7 +174,7 @@ jobs:
|
|||
network=host
|
||||
-
|
||||
name: Login to Registry
|
||||
if: github.event_name != 'pull_request' && env.REGISTRY_USER != ''
|
||||
if: github.event_name != 'pull_request' && (env.REGISTRY_USER || matrix.username_secret) != ''
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_FQDN || matrix.registry }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue