-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push and pull 'nightly' tag Docker images in nightly test job (#25619)
Adjust the nightly Docker testing script to push (and pull) `nightly` tags of the images. This incidentally makes the chapel-gasnet and chapel-gasnet-smp images build off of the just-built Chapel base image. Previously it was building off of the `latest` tag from the last release, not accessing the local copy of `latest` due to [behavior of the buildx builder](docker/buildx#847). While here, adjust formatting of `util/cron/test-docker.bash` script for clarity. Resolves Cray/chapel-private#6436. [reviewed by @arezaii , thanks!] Testing: - [x] manual run succeeds and pushes `nightly` images on chapelmac-m1 - [x] build exits with error if Chapel base image can't build - [x] (pre-merge reminder) update Dockerhub page to note the meaning of the `nightly` tag
- Loading branch information
Showing
1 changed file
with
49 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters