trick/.github/workflows/docker.yml
Pherring04 981deff397
Taking CentOS to the glue factory (#1796)
* Old yellering CentOS

* CentOS is still haunting TrickOPs

* Begone spirit of CentOS

* CentOS's ghost has been laid to rest
2024-10-22 10:21:33 -05:00

20 lines
347 B
YAML

name: Test Docker Hub Images
on:
schedule:
- cron: '0 0 * * 0'
jobs:
latest:
runs-on: ubuntu-18.04
container: docker://nasatrick/${{matrix.container}}:latest
strategy:
matrix:
container: [trick_ubuntu1804]
steps:
- name: run tests
run: |
cd /trick*
make test