/[sudobot]/branches/6.x/.github/workflows/docker.yml
ViewVC logotype

Annotation of /branches/6.x/.github/workflows/docker.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File size: 318 byte(s)
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