Skip to content

Commit

Permalink
I've given up on glab - tool refuses to accept my auth settings i thi…
Browse files Browse the repository at this point in the history
…nk unless i do an interactive login session which is not possible in this ci setting

Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Dec 25, 2024
1 parent 2b91d29 commit 951dc7d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/push-lite-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
docker:
runs-on: ubuntu-22.04
steps:
# - name: Checkout the Heimdall Repository
# uses: actions/checkout@v4
- name: Checkout the Heimdall Repository
uses: actions/checkout@v4
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# - name: Login to DockerHub
Expand All @@ -33,6 +33,13 @@ jobs:
# id: get-docker-sha
# run: echo "DOCKER_SHA=$(docker pull mitre/heimdall2:${{ github.event.pull_request.head.sha }} > /dev/null 2>&1 && docker inspect --format='{{index .RepoDigests 0}}' mitre/heimdall2:${{ github.event.pull_request.head.sha }} | cut -d '@' -f 2)" >> $GITHUB_ENV # this line will need to be changed too to get rid of the pull request stuff

- name: directory structure
run: |
pwd
ls
ls ../
echo $GITHUB_WORKSPACE
- name: Clone Iron Bank repo
run: |
mkdir ironbank_heimdall
Expand Down

0 comments on commit 951dc7d

Please sign in to comment.