Skip to content

Commit

Permalink
fix: better log
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Dec 3, 2024
1 parent a539e36 commit e389ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
tags: ghcr.io/${{ github.repository }}:${{ steps.gitversion.outputs.semVer }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
secrets: |
DEBUG=1
- name: Image digest
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit e389ec6

Please sign in to comment.