forked from volcano-sh/devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request volcano-sh#39 from archlitchi/master
Add vgpu-ci to device-plugin
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |