Skip to content

Commit

Permalink
Altering the authentication method. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei-V-Ivanov-AMD authored Feb 12, 2025
1 parent 2ead8d2 commit 97f6f25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ 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 97f6f25

Please sign in to comment.