Skip to content

Commit

Permalink
ci: fix docker workflow for signing published docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Dec 16, 2024
1 parent 80c5c63 commit fd1536b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- name: Build & Push Docker Image
uses: docker/build-push-action@v6
id: push
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit fd1536b

Please sign in to comment.