Skip to content

Commit

Permalink
Disable pushes to ghcr.io on release (rakyll#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen authored Nov 11, 2022
1 parent 683ef7f commit 7d0621f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,12 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: mccutchen
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: |
mccutchen/go-httpbin
ghrc.io/mccutchen/go-httpbin
- name: Build and push
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 7d0621f

Please sign in to comment.