Skip to content

Commit c524cb0

Browse files
committed
fixed missing digest on build
1 parent 3e27066 commit c524cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Build and push
29+
id: build
2930
uses: docker/build-push-action@v5
3031
with:
3132
context: .

0 commit comments

Comments
 (0)