We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a29a9 commit a05a0fcCopy full SHA for a05a0fc
.github/workflows/deploy-manual.yml
@@ -36,7 +36,7 @@ jobs:
36
id: tag
37
run: |
38
set -e
39
- IMG=quay.io/operator-framework/ansible-operator-base
+ IMG=quay.io/${{ github.repository_owner }}/ansible-operator-base
40
TAG="${{ github.event.inputs.tag }}"
41
if [[ "$TAG" == "" ]]; then
42
TAG=$(git describe --tags --always --dirty --long --abbrev=100)
.github/workflows/deploy.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: create tags
88
id: tags
89
90
- IMG=quay.io/operator-framework/${{ matrix.id }}
+ IMG=quay.io/${{ github.repository_owner }}/${{ matrix.id }}
91
if [[ $GITHUB_REF == refs/tags/* ]]; then
92
TAG=${GITHUB_REF#refs/tags/}
93
MAJOR_MINOR=${TAG%.*}
0 commit comments