Skip to content

Commit

Permalink
feat: update for upgraded td
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 17, 2024
1 parent 44ba14e commit 59a9978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl -fLo /usr/local/bin/td https://github.com/tgagor/template-dockerfiles/releases/latest/download/td-linux-amd64
chmod +x /usr/local/bin/td
td --config build.yaml --tag ${DOCKER_TAG}-${{ github.sha }} --push
td --config build.yaml --build --delete --squash --push --tag ${DOCKER_TAG}-${{ github.sha }}
security-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59a9978

Please sign in to comment.