mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
switch to minio for s3
This commit is contained in:
parent
b726358e60
commit
ce6f5c0d4c
5 changed files with 28 additions and 28 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -37,7 +37,6 @@ jobs:
|
|||
context: "images/php"
|
||||
push: true
|
||||
tags: icewind1991/haze-php:${{ matrix.php-version }}${{ matrix.variant }}
|
||||
dockerfile: "images/php/Dockerfile"
|
||||
build-args: |
|
||||
PHP_VERSION=${{ matrix.php-version }}
|
||||
BASE_IMAGE=${{ matrix.variant == '-dbg' && 'icewind1991/php-dbg' || 'php' }}
|
||||
|
|
@ -50,7 +49,6 @@ jobs:
|
|||
context: "images/haze"
|
||||
push: true
|
||||
tags: icewind1991/haze:${{ matrix.php-version }}${{ matrix.variant }}
|
||||
dockerfile: "images/haze/Dockerfile"
|
||||
build-args: |
|
||||
PHP_VERSION=${{ matrix.php-version }}${{ matrix.variant }}
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue