diff --git a/.github/workflows/github-actions-builddockerfile.yml b/.github/workflows/github-actions-builddockerfile.yml index e2e0fbf..74eca36 100644 --- a/.github/workflows/github-actions-builddockerfile.yml +++ b/.github/workflows/github-actions-builddockerfile.yml @@ -27,8 +27,16 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push + name: Build uses: docker/build-push-action@v5 with: - push: true + push: false tags: mccloud/subgen:latest + - uses: kitabisa/docker-slim-action@v1 + env: + DSLIM_HTTP_PROBE: false + with: + target: mccloud/subgen:latest + overwrite: true + # Push to the registry + - run: docker image push "mccloud/subgen:latest"