Skip to content

Commit

Permalink
CL-0: Saving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonello-simeon-m0 committed Dec 12, 2024
1 parent 5357955 commit 05428da
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,14 @@ 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'
with:
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!"

0 comments on commit 05428da

Please sign in to comment.