From 9f2d239a2eae8d1028609604bea3ecb845ae9fac Mon Sep 17 00:00:00 2001 From: "dave.ma" Date: Wed, 24 Apr 2024 15:27:34 +0800 Subject: [PATCH] update github repo address --- .github/workflows/hello.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index a682622..c2910c0 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -20,10 +20,10 @@ jobs: uses: actions/checkout@v4 - name: Login to GitHub Packages - run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login ${GITHUB_SERVER_URL} -u $GITHUB_ACTOR --password-stdin + run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin - name: Build images - run: make build ARGS="${GITHUB_SERVER_URL}/${{ github.repository }}/" + run: make build ARGS="ghcr.io/${{ github.repository }}/" - name: Push images to repository - run: make push ARGS="${GITHUB_SERVER_URL}/${{ github.repository }}/" \ No newline at end of file + run: make push ARGS="ghcr.io/${{ github.repository }}/" \ No newline at end of file