Skip to content

Commit

Permalink
use dockerhub creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 2, 2023
1 parent 1603bd2 commit b60a068
Show file tree
Hide file tree
Showing 5 changed files with 2,845 additions and 2,801 deletions.
8 changes: 8 additions & 0 deletions .github/actions/kots-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ inputs:
kots-helm-chart-version:
description: 'KOTS Helm chart version'
required: false
kots-dockerhub-username:
description: 'KOTS Dockerhub username'
required: false
kots-dockerhub-password:
description: 'KOTS Dockerhub password'
required: false
kots-airgap:
description: 'Run KOTS with the --airgap flag'
default: "false"
Expand Down Expand Up @@ -107,6 +113,8 @@ runs:
KOTSADM_IMAGE_TAG=${{ inputs.kotsadm-image-tag }} \
KOTS_HELM_CHART_URL=${{ inputs.kots-helm-chart-url }} \
KOTS_HELM_CHART_VERSION=${{ inputs.kots-helm-chart-version }} \
KOTS_DOCKERHUB_USERNAME=${{ inputs.kots-dockerhub-username }} \
KOTS_DOCKERHUB_PASSWORD=${{ inputs.kots-dockerhub-password }} \
AIRGAP=${{ inputs.kots-airgap }} \
SKIP_TEARDOWN=1
shell: bash
Expand Down
Loading

0 comments on commit b60a068

Please sign in to comment.