Skip to content

Commit

Permalink
Migrated from ghcr.io to quay.io for docker publication (#16)
Browse files Browse the repository at this point in the history
* Migrated from ghcr.io to quay.io for docker publication

* Migrated from ghcr.io to quay.io for docker publication
  • Loading branch information
peter-mcclonski authored Nov 24, 2024
1 parent dc3e472 commit 9698299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: quay.io
username: ${{ secrets.QUAY_LAKEKEEPER_OPERATOR_USER }}
password: ${{ secrets.QUAY_LAKEKEEPER_OPERATOR_PASSWORD }}

- name: build-and-push
run: make docker-buildx
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
OPERATOR_SDK_VERSION ?= v1.37.0
# Image URL to use all building/pushing image targets
IMG ?= ghcr.io/lakekeeper/lakekeeper-operator
IMG ?= quay.io/lakekeeper/lakekeeper-operator
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29.0

Expand Down

0 comments on commit 9698299

Please sign in to comment.