Skip to content

Commit

Permalink
install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Feb 23, 2024
1 parent 9f2258e commit 2364dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graviton-build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
- name: Install Ginkgo
run: |
make setup/ginkgo
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Install Operator SDK
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/graviton-int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
CLUSTER_WIDE: "true"
DEPLOYMENT_TYPE: ""
steps:
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Set Test Cluster Name
run: |
echo "TEST_CLUSTER_NAME=eks-integration-test-cluster-${{ matrix.test }}-$GITHUB_RUN_ID" >> $GITHUB_ENV
Expand Down

0 comments on commit 2364dc7

Please sign in to comment.