From eec8d979c4d386c0b5c2b2055cf5a957126849de Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 8 May 2023 12:52:43 +0100 Subject: [PATCH] tags->tag --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c8d5c35..9f2351b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: matrix: config: - {tag: "", dockerfile: "./Dockerfile.default"} - - {tags: "-cuda", dockerfile: "./Dockerfile.cuda"} + - {tag: "-cuda", dockerfile: "./Dockerfile.cuda"} steps: @@ -49,7 +49,7 @@ jobs: with: file: ${{matrix.config.dockerfile}} push: true - tags: ghcr.io/ravenscroftj/turbopilot:nightly${{ matrix.config.tag }}-${{ github.sha }} + tags: ghcr.io/ravenscroftj/turbopilot:nightly${{matrix.config.tag}}-${{ github.sha }} context: ${{github.workspace}} platforms: linux/amd64,linux/arm64