diff --git a/.github/workflows/license_finder.yml b/.github/workflows/license_finder.yml index 64d3e8d..e806122 100644 --- a/.github/workflows/license_finder.yml +++ b/.github/workflows/license_finder.yml @@ -28,15 +28,6 @@ jobs: - name: Checkout uses: 'actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608' - # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 - with: - registry: ${{ env.CONTAINER_REGISTRY }} - username: ${{ vars.LICENSE_FINDER_GITLAB_REGISTRY_USERNAME }} - password: ${{ secrets.LICENSE_FINDER_GITLAB_REGISTRY_PASSWORD }} - - # Uses github action to pull docker image and run commands - name: Run the build process with Docker uses: 'addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185' @@ -44,7 +35,7 @@ jobs: username: ${{ vars.LICENSE_FINDER_GITLAB_REGISTRY_USERNAME }} password: ${{ secrets.LICENSE_FINDER_GITLAB_REGISTRY_PASSWORD }} registry: ${{ env.CONTAINER_REGISTRY }} - image: registry.gitlab.com/crosslend/docker/license-finder/main + image: ${{ env.CONTAINER_REGISTRY }}/crosslend/docker/license-finder/main run: | - license_finder --help + echo "pulled!"