From f3e4a4ff8141e35221586973ca7ea01cd307fb3e Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Mon, 21 Oct 2024 10:29:01 +0900 Subject: [PATCH] remove if Signed-off-by: Yutaka Kondo --- .github/actions/docker-build-and-push/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 019ce9cc368..0b9e799e70c 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -78,7 +78,6 @@ runs: - name: Docker meta for autoware:base id: meta-base uses: docker/metadata-action@v5 - if: ${{ inputs.name == 'no-cuda' }} with: images: ${{ github.repository_owner }}/${{ inputs.bake-target }} tags: |