diff --git a/.github/workflows/build_and_push_csms.yml b/.github/workflows/build_and_push_csms.yml index 41668a03..45f81f8d 100644 --- a/.github/workflows/build_and_push_csms.yml +++ b/.github/workflows/build_and_push_csms.yml @@ -104,10 +104,17 @@ jobs: # hardcoding the list of containers for now echo "Retagging {{ $matrix.csms }}-csms-gateway:latest to " docker tag ${{ matrix.csms }}-csms-gateway:latest ghcr.io/everest/everest-demo/${{ matrix.csms }}-csms-gateway:"${TAG}" - docker tag ${{ matrix.csms }}-csms-gateway:latest ghcr.io/everest/everest-demo/${{ matrix.csms }}-csms-manager:"${TAG}" + docker tag ${{ matrix.csms }}-csms-manager:latest ghcr.io/everest/everest-demo/${{ matrix.csms }}-csms-manager:"${TAG}" echo "After retagging, image list is" docker image list + - name: Log into GitHub container registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Push the images as packages id: push-the-images-as-packages shell: bash