Skip to content

Commit

Permalink
[DDS-1845] Debug context.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 18, 2024
1 parent 431d2fa commit 89a238c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-deploy-awx-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
--file execution-environment.yml \
--verbosity 3
- name: Debug contents of context dir
run: |
ls -al context
ls -al .
- name: Push the AWX-EE image
uses: docker/bake-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion images/awx-ee/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target "docker-metadata-action" {}

target "ee" {
inherits = ["docker-metadata-action"]
context = "./context"
context = "context"
platforms = ["linux/amd64", "linux/arm64"]
args = {
PYCMD = "/usr/local/bin/python3"
Expand Down

0 comments on commit 89a238c

Please sign in to comment.