update images to ubuntu2204 and add workflows #1
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
name: Build device plugin image | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Build image | |
uses: ./.github/workflows/build-and-upload-image.yaml | |
with: | |
actor: ${{ github.actor }} | |
dockerfile: Dockerfile.device_plugin | |
imageName: nvshare-device-plugin | |
imageTag: latest | |
secrets: | |
ghToken: ${{ secrets.GITHUB_TOKEN }} |