Skip to content

Commit a3a568e

Browse files
author
Phillip White
committed
Remove non needed tasks
1 parent f946076 commit a3a568e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/awx-ee.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ jobs:
3333
run: |
3434
ansible-builder create -v3 --file=awx-ee/execution-environment.yml
3535
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)
4237
# run: |
4338
# 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
4439

@@ -51,7 +46,7 @@ jobs:
5146
push: true
5247
tags: philthynz/awx-ee:latest, philthynz/awx-ee:${{ github.event.release.tag_name }}
5348

54-
# - name: Publish images
49+
# - name: Publish images (Depends on runner arch)
5550
# run: |
5651
# echo "Images that can be pushed"
5752
# docker image ls | grep phil

0 commit comments

Comments
 (0)