mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-13 05:35:55 +00:00
Fix copy path
This commit is contained in:
1
.github/workflows/laravel.yml
vendored
1
.github/workflows/laravel.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
file: ./runtimes/${{ matrix.runtime }}/Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
linux/arm/v7
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user