added a little more information to the builder Dockerfile

This commit is contained in:
martin
2024-02-11 11:30:00 +01:00
parent 04290ff6f2
commit f03d6827d4
2 changed files with 8 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ jobs:
-
name: Build docker builder-image
if: steps.cache-docker.outputs.cache-hit != 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: builder.Dockerfile