Skip to content

Commit 6c8e03c

Browse files
authored
Update cicd.yml
1 parent 238e35a commit 6c8e03c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
file: ./Dockerfile # Explicitly specify the Dockerfile path
5151
push: true
5252
tags: ${{ secrets.DOCKER_USERNAME }}/flasktest-app:latest
53+
54+
- name: Image digest
55+
run: ${{ steps.build-and-publish.outputs.digest }}
56+
5357

5458

5559
## modified

0 commit comments

Comments
 (0)