CZECHIA-COM
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
19 additions and
0 deletions
-
.github/workflows/docker-test.yml
|
|
|
@ -0,0 +1,19 @@ |
|
|
|
name: Docker Image CI |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: [ "master" ] |
|
|
|
pull_request: |
|
|
|
branches: [ "master" ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
|
|
|
|
build: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the Docker image |
|
|
|
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) |
|
|
|
bash -n dns_czechia.sh |