1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

15 Commits

Author SHA1 Message Date
renovate[bot]
f64d1744f8
chore(deps): update dependency ruby to v4.0.2 (#4563) 2026-03-17 03:47:23 +00:00
renovate[bot]
a49f498c57
chore(deps): update docker/setup-qemu-action action to v4 (#4360) 2026-03-06 13:46:12 +08:00
renovate[bot]
b5beae337e
chore(deps): update docker/setup-buildx-action action to v4 (#4359) 2026-03-06 13:46:07 +08:00
renovate[bot]
5588739aba
chore(deps): update docker/metadata-action action to v6 (#4358) 2026-03-06 13:46:03 +08:00
renovate[bot]
c1ab075c1e
chore(deps): update docker/login-action action to v4 (#4357) 2026-03-06 13:45:58 +08:00
renovate[bot]
f8521febc1
chore(deps): update docker/build-push-action action to v7 (#4356) 2026-03-06 04:23:23 +00:00
pooneyy
b97d56aa14
ci(build-docker): update github actions attestation workflow
- update action from `actions/attest-build-provenance` to `actions/attest` for artifact attestation step
2026-02-26 11:46:46 +08:00
pooneyy
84badd78c4
🐛 fix(ci): fix errors caused when enhancing multi-tag support
- extract first tag from comma-separated image_tag input using cut command
- introduce FIRST_TAG environment variable for consistent tag reference
- update all image operations to use FIRST_TAG instead of IMAGE_TAG
- maintain backward compatibility while enabling multi-tag support
2025-11-11 00:43:48 +08:00
pooneyy
4351ea0f12
👷 ci(docker): enhance multi-tag support in image build workflow
- add multi-tag setup step supporting comma-separated image tags
- automatically add latest tag unless already included
- replace hardcoded tag configuration with metadata-action output
- simplify tag management logic for improved workflow maintainability
2025-11-10 22:56:42 +08:00
pooneyy
91aa0ab525
👷 ci(docker): add build context parameter to workflow
- add build_context input parameter with default value of current directory
- update docker build step to use dynamic build context from workflow input
2025-10-03 20:54:53 +08:00
pooneyy
2e191bb395
🔧 chore(ci): fix docker build args variable name
- correct variable name from `repo` to `build_args` in docker build workflow
2025-10-03 16:02:01 +08:00
pooneyy
9ddf9c79c9
feat(ci): Optimize Docker image build workflow
- Add new build-args parameter to support Dockerfile build parameter configuration
- Adjust parameter order and default values
2025-10-03 04:17:00 +08:00
pooneyy
0d1821ccbd
Update .github/workflows/build-docker-image.yml: Fix quoting in build report HTML in workflow 2025-09-20 02:26:13 +08:00
pooneyy
99408ad5d8
Update build-docker-image.yml 2025-09-05 22:02:35 +08:00
pooneyy
6febc9e491
Create build-docker-image.yml 2025-09-03 08:30:23 +08:00