Skip to content

Commit

Permalink
includ debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Jul 5, 2024
1 parent 8631df3 commit 56b0a75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
fetch-depth: 0

- name: List Git Tags
run: git tag

- name: Verify Git Describe
run: git describe --always --match "v*"


- uses: actions/setup-go@v3
with:
go-version: '1.18'
Expand Down

0 comments on commit 56b0a75

Please sign in to comment.