Skip to content

Commit

Permalink
chore: fixes in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 1, 2024
1 parent dfa8855 commit bf9e41a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
files: |
./docker-bake.hcl
set: |
*.tags=${{ steps.meta.outputs.tags }}
*.tags=
*.platform=linux/${{ matrix.builder.arch }}
*.cache-from=type=gha,scope=build-${{ env.PLATFORM_TAG }}
*.cache-to=type=gha,scope=build-${{ env.PLATFORM_TAG }}
*.output=type=image,"name=${{ env.DOCKER_NAMESPACE }},${{ env.GHCR_NAMESPACE }}",push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
- name: 🔍 Display tags built
run: |
docker image ls --filter="reference=${{ env.DOCKER_NAMESPACE }}" --format "{{.CreatedAt}}\t{{.Size}}\t{{.Repository}}:{{.Tag}}"
docker image ls
- name: Export digest
run: |
Expand Down
9 changes: 5 additions & 4 deletions src/group_vars/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,23 @@ tpl_docker_supervisor_tests:


# Enabled extensions
# These are added by default by install-php-extensions:
# - pdo
# - pdo_sqlite
# - curl
# - openssl
#######################################
ext_native_enabled:
- intl
- pcntl
- sockets
- pdo
- pdo_sqlite
- pdo_mysql
- pdo_pgsql
- OPcache
- zip
- bcmath
- exif
- gd
- curl
- openssl

ext_pecl_enabled:
- redis
Expand Down

0 comments on commit bf9e41a

Please sign in to comment.