Skip to content

Commit

Permalink
fix some ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 22, 2023
1 parent 23662c5 commit d3681a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # necessary for 'git describe' to work

- run: echo "GIT_TAG=$(git describe)" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_release_published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:

- uses: ./.github/actions/build-image
with:
image_tag: ${{ github.ref }}
image_tag: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d3681a8

Please sign in to comment.