Fixed wrong action workflow
Build and Push Alpine PHP Image / Build and push image (push) Successful in 49s Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 57s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 04:40:03 +07:00
parent fa5be19e64
commit 88776c965c
1 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@ jobs:
PHP_VERSION=8
push: true
tags: |
REGISTRY_URL=git.winteraccess.id/docker
git.winteraccess.id/${{ gitea.repository }}:8.0-alpine
- name: Build and push 8.1
uses: docker/build-push-action@v5
@ -170,7 +169,6 @@ jobs:
PHP=7.2
push: true
tags: |
REGISTRY_URL=git.winteraccess.id/docker
git.winteraccess.id/${{ gitea.repository }}:7.2-apache-alpine
- name: Build and push 7.3 with Apache2
uses: docker/build-push-action@v5