We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dce380 commit 9c3b15dCopy full SHA for 9c3b15d
.github/workflows/egg-docker-env.yml
@@ -3,6 +3,7 @@ description: 'Test dockerisms and environment variables'
3
4
on:
5
push:
6
+ workflow_dispatch:
7
branches: [ $default-branch ]
8
# pull_request:
9
# branches: [ $default-branch ]
@@ -12,7 +13,7 @@ jobs:
12
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out repository code
- - uses: actions/checkout@v3
16
+ uses: actions/checkout@v3
17
- run: echo 'putlog "[userlist]"; putlog "[passwdok user -]"; putlog [channels]; putlog "$botnick"; putlog "[server list]"; putlog "[dcclist]"; die' >> docker.tcl
18
- name: Build the Docker image
19
run: docker build . --file Dockerfile --tag eggdrop:$(date +%s)
0 commit comments