Skip to content

update image names

update image names #2

name: Build libnvshare 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.libnvshare
imageTag: libnvshare-latest
secrets:
ghToken: ${{ secrets.GITHUB_TOKEN }}