Refactor docker-slim workflow configuration

Updated docker-slim GitHub Action version.
This commit is contained in:
George 2025-11-21 19:19:08 -03:00 committed by GitHub
parent 4250d15684
commit a66d975b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,7 @@ on:
workflows: ["Docker Image CI"]
types:
- completed
# on:
# push:
# branches:
# - 'master'
workflow_dispatch:
jobs:
build:
@ -43,7 +39,7 @@ jobs:
sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml
cat ${{ github.workspace }}/docker-compose.yml
- uses: kitabisa/docker-slim-action@v1.1.1
- uses: kitabisa/docker-slim-action@v1.2.0
env:
DSLIM_PULL: true
DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml