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