Skip to content

Commit

Permalink
update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jul 10, 2023
1 parent 842ae72 commit 2c53e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches: [ "master" ]

jobs:
build-amd64_cuda10-2:
build-amd64_cuda11-0-3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file amd64_cuda11.0.3.Dockerfile --tag c3sr/comm_scope:$(date +%s)
build-amd64_cuda11-5-1:
build-amd64_cuda11-5-2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2c53e32

Please sign in to comment.