Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop pushing images to Docker Hub #4314

Merged
merged 2 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ jobs:
uses: docker/setup-buildx-action@v1
with:
version: latest
- name: Build and Push to Docker Hub
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
REGISTRY: docker.io/projectcontour
VERSION: main
TAG_LATEST: "false"
PUSH_IMAGE: "true"
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
make multiarch-build
docker logout
- name: Log in to GHCR
uses: docker/login-action@v1
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/build_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
uses: docker/setup-buildx-action@v1
with:
version: latest
- name: Build and Push to Docker Hub
env:
REGISTRY: docker.io/projectcontour
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
TAG_LATEST: "false"
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
./hack/actions/build-and-push-release-images.sh
docker logout
- name: Log in to GHCR
uses: docker/login-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/unreleased/4314-skriss-major.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Container Images Now Exclusively Published on GitHub Container Registry (GHCR)

Contour's container images are now exclusively published [on GHCR](https://github.com/projectcontour/contour/pkgs/container/contour). They are no longer being pushed to Docker Hub (past images have been left on Docker Hub for posterity.)