File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
run : echo "::set-output name=dtag::$(date +%Y%m%d-%H%M)"
21
21
22
22
base-image-build :
23
+ name : compute-entrypoint:${{ matrix.repo }} image build
23
24
runs-on : ubuntu-latest
24
25
if : startsWith(github.repository, 'opensciencegrid/')
25
26
strategy :
47
48
- name : Set up Docker Buildx
48
49
uses : docker/setup-buildx-action@v1
49
50
50
- - name : Build and push Docker images
51
+ - name : Build Docker image
51
52
52
53
with :
53
54
build-args : BASE_YUM_REPO=${{ matrix.repo }}
56
57
cache-to : type=local,dest=/tmp/.buildx-cache
57
58
58
59
child-image-builds :
60
+ name : ${{ matrix.image }}:${{ matrix.repo }} image build
59
61
runs-on : ubuntu-latest
60
62
needs : [make-date-tag, base-image-build]
61
63
if : startsWith(github.repository, 'opensciencegrid/')
94
96
username : ${{ secrets.DOCKER_USERNAME }}
95
97
password : ${{ secrets.DOCKER_PASSWORD }}
96
98
97
- - name : Build and push Docker images
99
+ - name : Build and push Docker image
98
100
99
101
with :
100
102
push : True
You can’t perform that action at this time.
0 commit comments