Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 192e40f

Browse files
committed
publishing container to ghcr
1 parent 9d71ea4 commit 192e40f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build_ci.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77
- 'ci/**'
88

99
jobs:
10-
publish-to-docker:
11-
name: Publish to Docker
10+
publish-container:
11+
name: Publish Container
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Login to Docker Hub
14+
- name: Login to GitHub Container Registry
1515
uses: docker/login-action@v2
1616
with:
17-
username: ${{ secrets.DOCKERHUB_USERNAME }}
18-
password: ${{ secrets.DOCKERHUB_TOKEN }}
19-
- name: Publish to Docker Hub
17+
registry: ghcr.io
18+
username: ${{ github.actor }}
19+
password: ${{ secrets.GITHUB_TOKEN }}
20+
- name: Publish Container
2021
run: ./ci/publish.sh

0 commit comments

Comments
 (0)