Fixed wrong tags
This commit is contained in:
parent
85246b0817
commit
7a3c2375d2
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Login to Docker Winter Access Git Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.winteraccess.id
|
registry: git.winteraccess.id
|
||||||
|
@ -30,7 +30,6 @@ jobs:
|
||||||
PHP_VERSION=5.6
|
PHP_VERSION=5.6
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
aprimediet/php:5.6-ubuntu
|
aprimediet/php:5.6-ubuntu
|
||||||
aprimediet/php:5.6
|
aprimediet/php:5.6
|
||||||
- name: Build and push 7.2
|
- name: Build and push 7.2
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Login to Docker Winter Access Git Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.winteraccess.id
|
registry: git.winteraccess.id
|
||||||
|
|
Loading…
Reference in New Issue