Skip to content

Commit

Permalink
Stop pushing to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 21, 2024
1 parent d947d50 commit bdf255b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -166,7 +160,6 @@ jobs:
context: .
push: true
tags: |
lsstsqre/ltdkeeper:${{ steps.vars.outputs.tag }}
ghcr.io/lsst-sqre/ltd-keeper:${{ steps.vars.outputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit bdf255b

Please sign in to comment.