From 3af9e9563bb6f64f227ebd64a7a16d1a30feb644 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 766b5c922ae..fd14f0d0f3e 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -75,7 +75,6 @@ runs: - name: Docker meta for autoware:base id: meta-base uses: docker/metadata-action@v5 - if: ${{ inputs.name == 'no-cuda' }} with: images: ghcr.io/${{ github.repository_owner }}/${{ inputs.bake-target }} tags: |