Skip to content

Commit 4a9622d

Browse files
Update main.yml
1 parent e1fc837 commit 4a9622d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: |
2424
echo "ref set to '${{ env.ref }}'"
2525
echo "image tag set to '${{ env.imagetag }}'"
26+
27+
- name: show Dockerfile
28+
run: |
29+
cat Dockerfile
2630
2731
- name: Checkout repository
2832
uses: actions/checkout@v4

0 commit comments

Comments
 (0)