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 e711bf0 commit 95d7c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
# fetch template-dockerfiles
curl -sf -o /usr/local/bin/td https://github.com/tgagor/template-dockerfiles/releases/latest/download/td-linux-amd64
chmod +x /usr/local/bin/td
curl -f -o ./td https://github.com/tgagor/template-dockerfiles/releases/latest/download/td-linux-amd64
chmod +x ./td
td --config build.yaml --tag $DOCKER_TAG --push
./td --config build.yaml --tag $DOCKER_TAG --push
security-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95d7c8a

Please sign in to comment.