From 23f20543b98ad9b74a6c82cad6e52ef32be81807 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 13 Dec 2023 15:17:11 +0800 Subject: [PATCH] Update and rename docker-cuda.yml to docker.yml --- .github/workflows/{docker-cuda.yml => docker.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/workflows/{docker-cuda.yml => docker.yml} (96%) diff --git a/.github/workflows/docker-cuda.yml b/.github/workflows/docker.yml similarity index 96% rename from .github/workflows/docker-cuda.yml rename to .github/workflows/docker.yml index 387a6bdcd9fd..78b751781183 100644 --- a/.github/workflows/docker-cuda.yml +++ b/.github/workflows/docker.yml @@ -86,9 +86,7 @@ jobs: # list of Docker images to use as base name for tags images: | ghcr.io/${{ env.IMAGE_NAME }} - ghcr.io/${{ env.IMAGE_NAME }}/cuda ${{ env.IMAGE_NAME }} - ${{ env.IMAGE_NAME }}-cuda # generate Docker tags based on the following events/attributes tags: | type=raw,value={{branch}}-{{sha}},enable=${{ startsWith(github.ref, 'refs/heads') }} @@ -102,7 +100,7 @@ jobs: id: build-and-push uses: docker/build-push-action@v5.1.0 with: - file: cuda.Dockerfile + file: Dockerfile push: true context: . tags: ${{ steps.meta.outputs.tags }}