add tag to cuda nightly builds

This commit is contained in:
James Ravenscroft 2023-05-08 12:15:10 +01:00
parent a0eed7d033
commit 7bf497e35b

View File

@ -49,7 +49,7 @@ jobs:
with:
file: ${{matrix.config.dockerfile}}
push: true
tags: ghcr.io/ravenscroftj/turbopilot:nightly-${{ github.sha }}
tags: ghcr.io/ravenscroftj/turbopilot:nightly${{matrix.config.tag}}-${{ github.sha }}
context: ${{github.workspace}}
platforms: linux/amd64,linux/arm64