Skip to content

Commit

Permalink
ci: fix cosign command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Dec 23, 2024
1 parent 32186c1 commit 39cf7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
name: "prepare environment for jobs"
runs-on: self-hosted
steps:
# login to dockerhub to prevent limit rate
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# install tools with asdf
- name: install tools with asdf
uses: asdf-vm/actions/install@v3

shellcheck:
name: "Shell: Lint Shell Scripts"
Expand Down

0 comments on commit 39cf7f8

Please sign in to comment.