Fixed wrong action workflow
This commit is contained in:
parent
fa5be19e64
commit
88776c965c
|
@ -78,7 +78,6 @@ jobs:
|
||||||
PHP_VERSION=8
|
PHP_VERSION=8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
REGISTRY_URL=git.winteraccess.id/docker
|
|
||||||
git.winteraccess.id/${{ gitea.repository }}:8.0-alpine
|
git.winteraccess.id/${{ gitea.repository }}:8.0-alpine
|
||||||
- name: Build and push 8.1
|
- name: Build and push 8.1
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
@ -170,7 +169,6 @@ jobs:
|
||||||
PHP=7.2
|
PHP=7.2
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
REGISTRY_URL=git.winteraccess.id/docker
|
|
||||||
git.winteraccess.id/${{ gitea.repository }}:7.2-apache-alpine
|
git.winteraccess.id/${{ gitea.repository }}:7.2-apache-alpine
|
||||||
- name: Build and push 7.3 with Apache2
|
- name: Build and push 7.3 with Apache2
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in New Issue