Fix copy path

This commit is contained in:
René Preuß
2021-12-05 16:06:58 +01:00
parent 174f387b9d
commit 48e2130229
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ jobs:
file: ./runtimes/${{ matrix.runtime }}/Dockerfile
platforms: |
linux/amd64
linux/arm64
linux/arm/v7
push: true
tags: |

View File

@@ -11,6 +11,8 @@ base images for our web projects.
| bpkg.io/laravel | 8.0-octane-develop | Development build. | amd64, arm64 | no |
| bpkg.io/laravel | 8.1-octane | PHP image containing all extensions for a laravel octane app. | amd64, arm64 | yes |
| bpkg.io/laravel | 8.1-octane-develop | Development build. | amd64, arm64 | no |
| bpkg.io/hello-world | latest | Development build. | amd64, arm64 | no |
| bpkg.io/hello-world | latest-develop | Development build. | amd64, arm64 | no |
## Concepts