Skip to content

Commit

Permalink
ghcr u/p
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Jul 30, 2024
1 parent 842ddc0 commit b63a22d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-configure-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ on:
required: true
password:
required: true
ghcr_username:
required: true
ghcr_password:
required: true
jobs:
configure-build-push:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ jobs:
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
ghcr_username: ${{ secrets.GHCR_USERNAME }}
ghcr_password: ${{ secrets.GHCR_TOKEN }}

0 comments on commit b63a22d

Please sign in to comment.