Skip to content

Commit

Permalink
ci: test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
demartis committed Nov 16, 2023
1 parent 46c5496 commit fea7237
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sub_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
# required: true

env:
TEST_TAG: test_${{ inputs.DOCKERHUB_TAG }}
TEST_TAG: test

jobs:
build:
Expand Down Expand Up @@ -89,6 +89,12 @@ jobs:
# name: Image simple check [test]
# run: |
# docker run --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }}
- name: docker images
run: |
docker images
docker ps --all
docker info
df -h
-
name: MCR release check [test]
run: |
Expand Down

0 comments on commit fea7237

Please sign in to comment.