Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | name: Docker |
2 | |||
3 | on: [ push, pull_request ] | ||
4 | |||
5 | jobs: | ||
6 | build: | ||
7 | runs-on: ubuntu-latest | ||
8 | |||
9 | steps: | ||
10 | - uses: actions/checkout@v3 | ||
11 | |||
12 | - name: Prepare environment | ||
13 | run: echo "DEBUG=1" > .env.docker | ||
14 | |||
15 | - name: Build the Docker image | ||
16 | run: docker build . --file Dockerfile --tag sudobot:$(date +%s) |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |