From 5f80b3560bfd92d4706e28cd4b7e5dc819900d9f Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 15 Aug 2023 18:26:59 -0400 Subject: [PATCH] use inputs for image rather than outputs for docker metadata (#420) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e570fce0..9e95485f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,5 +104,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: | ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }} - ${{ (matrix.is_latest) && format('{0}:latest', steps.metadata.outputs.image) || '' }} + ${{ (matrix.is_latest) && format('{0}:latest', steps.metadata.inputs.images[0]) || '' }} labels: ${{ steps.metadata.outputs.labels }}