Skip to content

Commit

Permalink
Merge pull request volcano-sh#39 from archlitchi/master
Browse files Browse the repository at this point in the history
Add vgpu-ci to device-plugin
  • Loading branch information
william-wang authored Apr 7, 2023
2 parents 9d987ac + 65b512f commit 63aa0d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,19 @@ jobs:

- name: Get branch name
uses: nelonoel/[email protected]

- name: Docker Login
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

- run: make ubuntu20.04
- run: TAG_VERSION="${BRANCH_NAME}" make push-tag
- run: make push-latest
- run: make vgpu
- run: TAG_VERSION="${BRANCH_NAME}" make push-vgpu-tag

0 comments on commit 63aa0d9

Please sign in to comment.