mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-13 13:45:54 +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
|
file: ./runtimes/${{ matrix.runtime }}/Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
|
linux/arm64
|
||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
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.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 | 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/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
|
## Concepts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user