From 0ba12ea594145251abbd04329fd5e0e779cb270a Mon Sep 17 00:00:00 2001 From: Jan-Robin Aumann <136792097+bmo-at-a9s@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:03:49 +0100 Subject: [PATCH] Update container-push-base-images-develop.yaml (#135) Change the secrets to properly work with github package registry --- .github/workflows/container-push-base-images-develop.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-push-base-images-develop.yaml b/.github/workflows/container-push-base-images-develop.yaml index b37fd4fe78..2f065237f1 100644 --- a/.github/workflows/container-push-base-images-develop.yaml +++ b/.github/workflows/container-push-base-images-develop.yaml @@ -17,12 +17,12 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{secrets.DOCKERHUB_USERNAME}} - password: ${{secrets.DOCKERHUB_TOKEN}} + username: ${{secrets.GH_PACKAGES_USER}} + password: ${{secrets.GH_PACKAGES_TOKEN}} - name: 'Checkout current develop' uses: actions/checkout@v3 with: ref: "develop" - name: 'Build stratos base images' run: | - ./deploy/stratos-base-images/build-base-images.sh -r ghcr.io -o anynines -p -s \ No newline at end of file + ./deploy/stratos-base-images/build-base-images.sh -r ghcr.io -o anynines -p -s