summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-cd.yml2
1 files changed, 1 insertions, 1 deletions
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
bgstack15