Skip to content

Commit

Permalink
Revert "[AMD] Altering the authentication method. (#59)"
Browse files Browse the repository at this point in the history
This reverts commit 56a696f.
  • Loading branch information
khluu committed Feb 12, 2025
1 parent 56a696f commit 2ead8d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ steps:
# Handle the introduction of test target in Dockerfile.rocm
- "grep -i 'from base as test' Dockerfile.rocm && docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --target test --progress plain . || docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ."
- "docker push {{ docker_image_amd }}"
plugins:
- docker-login#v3.0.0:
username: rocmshared
key: "amd-build"
env:
DOCKER_BUILDKIT: "1"
Expand Down

0 comments on commit 2ead8d2

Please sign in to comment.