We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4250d15 commit a66d975Copy full SHA for a66d975
.github/workflows/docker-slim.yml
@@ -12,11 +12,7 @@ on:
12
workflows: ["Docker Image CI"]
13
types:
14
- completed
15
-
16
-# on:
17
-# push:
18
-# branches:
19
-# - 'master'
+ workflow_dispatch:
20
21
jobs:
22
build:
@@ -43,7 +39,7 @@ jobs:
43
39
sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml
44
40
cat ${{ github.workspace }}/docker-compose.yml
45
41
46
- - uses: kitabisa/docker-slim-action@v1.1.1
42
+ - uses: kitabisa/docker-slim-action@v1.2.0
47
env:
48
DSLIM_PULL: true
49
DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml
0 commit comments