Skip to content

Commit

Permalink
Push docker images to GitHub Container Registry too
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 28, 2024
1 parent 0b7113d commit 1d064f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/readme-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ jobs:
with:
username: mlocati
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
if: env.VERSIONTAG_THIS != ''
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up docker buildx
if: env.VERSIONTAG_THIS != ''
Expand Down

0 comments on commit 1d064f4

Please sign in to comment.