Commit a3a568e Phillip White
committed
1 parent f946076 commit a3a568e Copy full SHA for a3a568e
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
ansible-builder create -v3 --file=awx-ee/execution-environment.yml
35
35
36
- - name : List files
37
- run : |
38
- tree ./
39
- cat context/Containerfile
40
-
41
- # - name: Build image
36
+ # - name: Build image (Depends on runner arch)
42
37
# run: |
43
38
# ansible-builder build -v3 --tag=philthynz/awx-ee:latest --tag=philthynz/awx-ee:${{ github.event.release.tag_name }} --file=awx-ee/execution-environment.yml --container-runtime docker
44
39
51
46
push : true
52
47
tags : philthynz/awx-ee:latest, philthynz/awx-ee:${{ github.event.release.tag_name }}
53
48
54
- # - name: Publish images
49
+ # - name: Publish images (Depends on runner arch)
55
50
# run: |
56
51
# echo "Images that can be pushed"
57
52
# docker image ls | grep phil
You can’t perform that action at this time.
0 commit comments