Skip to content

Commit

Permalink
make docker image name lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed Apr 8, 2024
1 parent ca3114f commit e209914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build-docker:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: joshuabird/part_II_project
DOCKER_IMAGE: joshuabird/part_ii_project
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TARGET_PLATFORM: linux/arm64
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
build-nvidia-jetson-docker:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: joshuabird/part_II_project_nvidia_jetson
DOCKER_IMAGE: joshuabird/part_ii_project_nvidia_jetson
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TARGET_PLATFORM: linux/arm64
Expand Down

0 comments on commit e209914

Please sign in to comment.