From 1eff93232ab1c1f21d817ae3bd19e5e259398eac Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 27 Jul 2021 16:07:10 +0200 Subject: Rename container registry token env var --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 98a52a7f..49149038 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -57,7 +57,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }} + password: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }} - name: Build and push to DockerHub and GitHub Container Registry uses: docker/build-push-action@v2 -- cgit