Skip to content

Commit a66d975

Browse files
authored
Refactor docker-slim workflow configuration
Updated docker-slim GitHub Action version.
1 parent 4250d15 commit a66d975

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/docker-slim.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ on:
1212
workflows: ["Docker Image CI"]
1313
types:
1414
- completed
15-
16-
# on:
17-
# push:
18-
# branches:
19-
# - 'master'
15+
workflow_dispatch:
2016

2117
jobs:
2218
build:
@@ -43,7 +39,7 @@ jobs:
4339
sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml
4440
cat ${{ github.workspace }}/docker-compose.yml
4541
46-
- uses: kitabisa/docker-slim-action@v1.1.1
42+
- uses: kitabisa/docker-slim-action@v1.2.0
4743
env:
4844
DSLIM_PULL: true
4945
DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml

0 commit comments

Comments
 (0)