Testing with GHCR.
This commit is contained in:
parent
b6ba03ff50
commit
3b3f96f31d
2 changed files with 15 additions and 15 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -11,10 +11,6 @@ jobs:
|
|||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- uses: docker/login-action@v1
|
||||
name: Login to Docker Hub
|
||||
with:
|
||||
|
|
@ -26,6 +22,10 @@ jobs:
|
|||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_PASSWORD }}
|
||||
#- name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- uses: php-actions/composer@v6
|
||||
with:
|
||||
php_version: 8.1
|
||||
|
|
|
|||
22
bake.hcl
22
bake.hcl
|
|
@ -1,17 +1,17 @@
|
|||
group "default" {
|
||||
targets = [
|
||||
"postgres-14",
|
||||
"postgres-13",
|
||||
"postgres-12",
|
||||
"postgres-11",
|
||||
"postgres-10",
|
||||
#"postgres-14",
|
||||
#"postgres-13",
|
||||
#"postgres-12",
|
||||
#"postgres-11",
|
||||
#"postgres-10",
|
||||
"mariadb-10-9",
|
||||
"mariadb-10-8",
|
||||
"mariadb-10-7",
|
||||
"mariadb-10-6",
|
||||
"mariadb-10-5",
|
||||
"mariadb-10-4",
|
||||
"mariadb-10-3",
|
||||
#"mariadb-10-8",
|
||||
#"mariadb-10-7",
|
||||
#"mariadb-10-6",
|
||||
#"mariadb-10-5",
|
||||
#"mariadb-10-4",
|
||||
#"mariadb-10-3",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue