Skip to content

Commit

Permalink
changed image_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jere357 committed Dec 1, 2023
1 parent 8e5c8d3 commit c92a56a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ghcr_cuda120_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:

env:
REGISRTY: ghcr.io
IMAGE_NAME: aimages-ai/benchmarking-cv-models
IMAGE_NAME: ${{github.repository}}
jobs:
build-and-push-image:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write
Expand Down Expand Up @@ -40,6 +39,5 @@ jobs:
file: dockerfiles/cuda120/Dockerfile
push: true
tags: latest
no-cache: true
labels: ${{steps.meta.outputs.labels}}

#no-cache: true
labels: ${{steps.meta.outputs.labels}}

0 comments on commit c92a56a

Please sign in to comment.