Refactoring

This commit is contained in:
2024-01-06 15:01:46 +01:00
parent 78bd76d593
commit 2f864b2995
4 changed files with 14 additions and 1 deletions

View File

@@ -39,6 +39,13 @@ jobs:
file: "./src/docker/7.3/Dockerfile"
push: true
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
-
name: Build and push 7.4
uses: docker/build-push-action@v3
with:
file: "./src/docker/7.4/Dockerfile"
push: true
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
-
name: Build and push 8.0
uses: docker/build-push-action@v3