Skip to content

Commit

Permalink
rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Dec 12, 2023
1 parent b0475b1 commit 173eec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/base:latest

build-cpu:
name: build cpu image
name: build cpu images
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/developer-cpu:latest

build-cuda-sm70:
name: build cuda-sm70 image
name: build cuda-sm70 images
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 173eec3

Please sign in to comment.