Skip to content

Allow dev image to build on fork#14898

Merged
TheRealHaoLiu merged 2 commits into
ansible:develfrom
TheRealHaoLiu:fix-fork-ci-image-registry
Feb 19, 2024
Merged

Allow dev image to build on fork#14898
TheRealHaoLiu merged 2 commits into
ansible:develfrom
TheRealHaoLiu:fix-fork-ci-image-registry

Conversation

@TheRealHaoLiu
Copy link
Copy Markdown
Member

SUMMARY

Fix uppercase repo owner error in CI
example

Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    LC_ALL: C.UTF-8
    CI_GITHUB_TOKEN: ***
    DEV_DOCKER_OWNER: TheRealHaoLiu
    COMPOSE_TAG: devel
    py_version: 3
invalid reference format: repository name must be lowercase

Fixes #14897

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other
AWX VERSION
awx: 23.8.2.dev9+ga5fd8ea8f9
ADDITIONAL INFORMATION

test run with the code change https://github.com/TheRealHaoLiu/awx/actions/runs/7962027196/job/21734545868?pr=14


Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    LC_ALL: C.UTF-8
    CI_GITHUB_TOKEN: ***
    DEV_DOCKER_OWNER: TheRealHaoLiu
    COMPOSE_TAG: devel
    py_version: 3
invalid reference format: repository name must be lowercase
```

Update action.yml
@TheRealHaoLiu TheRealHaoLiu requested a review from relrod February 19, 2024 15:58
Comment thread .github/actions/awx_devel_image/action.yml Outdated
@TheRealHaoLiu TheRealHaoLiu enabled auto-merge (squash) February 19, 2024 16:02
@TheRealHaoLiu TheRealHaoLiu merged commit 0bdb01a into ansible:devel Feb 19, 2024
Sasa993 pushed a commit to Sasa993/awx that referenced this pull request Feb 22, 2024
* Allow dev image to build on fork

Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    LC_ALL: C.UTF-8
    CI_GITHUB_TOKEN: ***
    DEV_DOCKER_OWNER: TheRealHaoLiu
    COMPOSE_TAG: devel
    py_version: 3
invalid reference format: repository name must be lowercase
```

---------

Co-authored-by: Rick Elrod <rick@elrod.me>
djyasin pushed a commit to djyasin/awx that referenced this pull request Sep 16, 2024
* Allow dev image to build on fork

Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    LC_ALL: C.UTF-8
    CI_GITHUB_TOKEN: ***
    DEV_DOCKER_OWNER: TheRealHaoLiu
    COMPOSE_TAG: devel
    py_version: 3
invalid reference format: repository name must be lowercase
```

---------

Co-authored-by: Rick Elrod <rick@elrod.me>
djyasin pushed a commit to djyasin/awx that referenced this pull request Nov 11, 2024
* Allow dev image to build on fork

Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    LC_ALL: C.UTF-8
    CI_GITHUB_TOKEN: ***
    DEV_DOCKER_OWNER: TheRealHaoLiu
    COMPOSE_TAG: devel
    py_version: 3
invalid reference format: repository name must be lowercase
```

---------

Co-authored-by: Rick Elrod <rick@elrod.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI fail on fork with uppercase org/user name

2 participants