Skip to content

Commit

Permalink
add docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Jan 29, 2024
1 parent 3886729 commit 5acfe85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-kyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
name: End-to-end Testing
needs: build
runs-on: ubuntu-latest
container:
image: docker:25.0-dind
steps:
- name: Fetch changes
uses: actions/checkout@v4
Expand All @@ -77,6 +75,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.work
- name: Set up docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: End-to-end testing
run: |
make verify-kustomize-e2e
Expand Down

0 comments on commit 5acfe85

Please sign in to comment.