Skip to content

Commit

Permalink
Attempt to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Sep 25, 2024
1 parent 20e04e4 commit 7307148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: "Check out source code"
uses: "actions/checkout@v4"
with:
fetch-depth: 0
- name: Capture Docker metadata
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 7307148

Please sign in to comment.