Skip to content
Snippets Groups Projects
Unverified Commit 7d0621ff authored by Will McCutchen's avatar Will McCutchen Committed by GitHub
Browse files

Disable pushes to ghcr.io on release (#92)

parent 683ef7f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment