Skip to content

update images to ubuntu2204 and add workflows #1

update images to ubuntu2204 and add workflows

update images to ubuntu2204 and add workflows #1

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 }}