Skip to content

Commit c337192

Browse files
committed
fix: ci
1 parent 0ab59c5 commit c337192

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
8484
platforms: linux/amd64,linux/arm64
8585
push: ${{ github.event_name != 'pull_request' }}
86-
# load: true
8786
tags: ${{ steps.meta.outputs.tags }}
8887
cache-from: type=gha
8988
cache-to: type=gha,mode=max

.github/workflows/build-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
os_name: ["alpine"]
17-
php_version: ["8.1", "8.2"]
18-
php_type: ["fpm", "cli", "supervisord"]
17+
php_version: [ "8.1" ]
18+
php_type: [ "fpm" ]
19+
# php_version: ["8.1", "8.2"]
20+
# php_type: ["fpm", "cli", "supervisord"]
1921
environment:
2022
name: release
2123
url: https://hub.docker.com/r/wayofdev/php-base/tags?page=1
@@ -80,13 +82,12 @@ jobs:
8082
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
8183
platforms: linux/amd64,linux/arm64
8284
push: ${{ github.event_name != 'pull_request' }}
83-
load: true
8485
tags: ${{ steps.meta.outputs.tags }}
8586
cache-from: type=gha
8687
cache-to: type=gha,mode=max
8788
labels: ${{ steps.meta.outputs.labels }}
8889

89-
- name: 🧪 Test Docker image with "latest" tag
90+
- name: 🧪 Test Docker image with "version" tag
9091
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
9192

9293
...

0 commit comments

Comments
 (0)