Skip to content

Commit fea7237

Browse files
committed
ci: test github actions
1 parent 46c5496 commit fea7237

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sub_test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
# required: true
3636

3737
env:
38-
TEST_TAG: test_${{ inputs.DOCKERHUB_TAG }}
38+
TEST_TAG: test
3939

4040
jobs:
4141
build:
@@ -89,6 +89,12 @@ jobs:
8989
# name: Image simple check [test]
9090
# run: |
9191
# docker run --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }}
92+
- name: docker images
93+
run: |
94+
docker images
95+
docker ps --all
96+
docker info
97+
df -h
9298
-
9399
name: MCR release check [test]
94100
run: |

0 commit comments

Comments
 (0)