Update github action

This commit is contained in:
2024-01-06 12:27:10 +01:00
parent 800c42b038
commit 4fdec19efd
2 changed files with 16 additions and 1 deletions

View File

@@ -25,6 +25,20 @@ jobs:
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} 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 name: Build and push 8.0
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/.history /.history
laravel laravel
docker-compose.yml