Skip to content

Commit

Permalink
[DDS-1845] Set output file name for docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 18, 2024
1 parent 995f553 commit 450d906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-awx-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
run: |
pip install --upgrade ansible-builder
ansible-builder create \
--file execution-environment.yml \
--container-runtime docker
--output-filename Dockerfile
--verbosity 3
- name: Debug contents of context dir
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 450d906

Please sign in to comment.