NVIDIA / cloud-native-docs

Documentation repository for NVIDIA Cloud Native Technologies
https://docs.nvidia.com/datacenter/cloud-native/
Apache License 2.0
16 stars 18 forks source link

Remove blossom-ci.yaml #7

Closed elezar closed 8 months ago

elezar commented 8 months ago

@ArangoGutierrez @mikemckiernan the actions around docker files need to be reworked too. Since we're just removing the blossom-ci in this PR the failures are definitely unrelated.

One thing I noticed is that the dockerfile-changed job should probably just use the docker login action instead of logging in manually.

      - name: Log in to Container Registry
        uses: docker/login-action@v2
        with:
          registry: ${{ env.REGISTRY }}
          username: ${{ github.actor }}
          password: ${{ secrets.GITHUB_TOKEN }}