From 102ffc2ecc8cd7c4d0b28754dbf0cdb99049e6c2 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Mon, 26 Jun 2023 17:29:21 +0200 Subject: [PATCH] update github ci --- .github/workflows/container.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 26c21e6..458b9ad 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -8,7 +8,8 @@ jobs: build-push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 - name: Setup Docker buildx uses: docker/setup-buildx-action@v2 @@ -17,8 +18,8 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GH_TOKEN }} + username: DataHearth + password: ${{ secrets.REGISTRY_TOKEN }} - name: Extract Docker metadata id: meta