Skip to content

Commit 456fbf6

Browse files
committed
yes, we need to login to ghcr.io
1 parent c5433f8 commit 456fbf6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
id: define_version
1818
run: echo "::set-output name=ver::$(cat VERSION)"
1919

20-
# -
21-
# name: Login to GitHub Container Registry
22-
# uses: docker/login-action@v3
23-
# with:
24-
# registry: ghcr.io
25-
# username: ${{ github.actor }}
26-
# password: ${{ secrets.GITHUB_TOKEN }}
20+
- name: Login to GitHub Container Registry
21+
uses: docker/login-action@v3
22+
with:
23+
registry: ghcr.io
24+
username: ${{ github.actor }}
25+
password: ${{ secrets.GITHUB_TOKEN }}
2726

2827
- name: Build and push Docker image
2928
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)