Skip to content

Commit

Permalink
Update and rename docker-cuda.yml to docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 13, 2023
1 parent ab80cda commit 23f2054
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -102,7 +100,7 @@ jobs:
id: build-and-push
uses: docker/[email protected]
with:
file: cuda.Dockerfile
file: Dockerfile
push: true
context: .
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 23f2054

Please sign in to comment.