Fixed ubi9 winter workflows
Build and Push Alpine PHP Image / Build and push image (push) Successful in 1m0s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 59s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 1m45s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image to winter registry (push) Successful in 6m28s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Successful in 7m9s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 1m49s
Details
Build and Push Alpine PHP Image / Build and push image (push) Successful in 1m0s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 59s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 1m45s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image to winter registry (push) Successful in 6m28s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Successful in 7m9s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 1m49s
Details
This commit is contained in:
parent
514dab4eab
commit
86035b93a7
|
@ -17,8 +17,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.winteraccess.id
|
||||
username: aprimediet
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push 7.4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
@ -101,8 +101,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.winteraccess.id
|
||||
username: aprimediet
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push 7.4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
@ -185,8 +185,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.winteraccess.id
|
||||
username: aprimediet
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push 7.4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
@ -272,8 +272,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.winteraccess.id
|
||||
username: aprimediet
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push 7.4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue