Skip to content

Commit

Permalink
DEBUG git voom version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 1, 2024
1 parent 7240fe2 commit 217e6bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: DEBUG
run: |
git version
git log -1
git log -1 -- impls/c/Dockerfile
TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S"
TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S" -- impls/c/Dockerfile
- name: Docker Build
run: |
export ${{ matrix.IMPL }}
Expand Down

0 comments on commit 217e6bd

Please sign in to comment.