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