Skip to content

Commit

Permalink
Remove publishing operator image to quay.io (open-telemetry#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Jan 11, 2022
1 parent 9f76c59 commit c2a06ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v3.6.1
with:
images: quay.io/opentelemetry/opentelemetry-operator,ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
images: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag-semver: |
{{raw}}
{{version}}
Expand All @@ -55,13 +55,6 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to Quay
uses: docker/login-action@v1.12.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Login to GitHub Package Registry
uses: docker/login-action@v1.12.0
with:
Expand Down

0 comments on commit c2a06ba

Please sign in to comment.