mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
revert to 8.1 in CI for now
This commit is contained in:
parent
da817cebe5
commit
9078280a44
2 changed files with 10 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
# add amd64 platform to support Mac M1
|
# add amd64 platform to support Mac M1
|
||||||
FROM --platform=linux/amd64 shivammathur/node:latest-amd64
|
FROM --platform=linux/amd64 shivammathur/node:latest-amd64
|
||||||
|
|
||||||
ARG PHP_VERSION=8.2
|
# todo update this to 8.2 once shivammathur/node supports that
|
||||||
|
ARG PHP_VERSION=8.1
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
|
|
|
||||||
8
INTERNAL.md
Normal file
8
INTERNAL.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Internal development notes
|
||||||
|
|
||||||
|
## Updating the docker image used by the GH action
|
||||||
|
|
||||||
|
1. Login in to Docker Hub: `docker login -u archtechx -p`
|
||||||
|
2. Build the image (probably shut down docker-compose containers first): `docker-compose build --no-cache`
|
||||||
|
3. Tag a new image: `docker tag tenancy_test archtechx/tenancy:latest`
|
||||||
|
4. Push the image: `docker push archtechx/tenancy:latest`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue