add the testing env to this action

This commit is contained in:
Benjamin Berman 2025-08-04 09:26:01 -07:00 committed by GitHub
parent 59bc6afa7b
commit 8b30aac16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ env:
jobs: jobs:
build: build:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
environment: Testing
permissions: permissions:
contents: read contents: read
packages: write packages: write
@ -40,4 +41,4 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-cuda ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-cuda
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-cuda ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-cuda