Skip to content

Commit

Permalink
fix(ci): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 15, 2024
1 parent d9e64fb commit e4c6aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
# fetch template-dockerfiles
set -x
curl -sfl -o /usr/local/bin/td https://github.com/tgagor/template-dockerfiles/releases/download/v0.0.2/td-linux-amd64
chmod +x /usr/local/bin/td
Expand Down

0 comments on commit e4c6aac

Please sign in to comment.