From 4fdec19efd30a8021e93690ce305ae35d2345deb Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 6 Jan 2024 12:27:10 +0100 Subject: [PATCH] Update github action --- .github/workflows/manual.yaml | 14 ++++++++++++++ .gitignore | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index f32cedb..a631590 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -25,6 +25,20 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - + name: Build and push 7.2 + uses: docker/build-push-action@v3 + with: + file: "./src/docker/7.2/Dockerfile" + push: true + tags: "${{env.BUILDKIT_IMAGE}}:7.2" + - + name: Build and push 7.3 + uses: docker/build-push-action@v3 + with: + file: "./src/docker/7.3/Dockerfile" + push: true + tags: "${{env.BUILDKIT_IMAGE}}:7.3" - name: Build and push 8.0 uses: docker/build-push-action@v3 diff --git a/.gitignore b/.gitignore index 260c12b..94d3c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.history -laravel \ No newline at end of file +laravel +docker-compose.yml \ No newline at end of file