Updated docker slim action

This commit is contained in:
George 2024-05-06 21:15:29 -03:00 committed by GitHub
parent f88dd70474
commit cb0db65d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml
cat ${{ github.workspace }}/docker-compose.yml cat ${{ github.workspace }}/docker-compose.yml
- uses: kitabisa/docker-slim-action@v1.0.3 - uses: kitabisa/docker-slim-action@v1.1.1
env: env:
DSLIM_PULL: true DSLIM_PULL: true
DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml