Skip to content

Commit 0c3e6a1

Browse files
committed
Tmp testing
1 parent bb972ec commit 0c3e6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999
- name: Login to registry
100100
uses: docker/login-action@v3
101101
with:
102-
registry: ${{ DOCKER_REGISTRY }}
102+
registry: ${{ secrets.DOCKER_REGISTRY }}
103103
username: ${{ secrets.DOCKER_LOGIN }}
104104
password: ${{ secrets.DOCKER_PASSWD }}
105105
- name: Build and push Docker image
106106
uses: docker/build-push-action@v5
107107
with:
108108
context: .
109109
push: true
110-
tags: $DOCKER_REGISTRY/api-php:$DOCKER_BRANCH
110+
tags: ${{ secrets.DOCKER_REGISTRY }}/api-php:$DOCKER_BRANCH
111111
build-args: |
112112
APP_ENV=${{ env.APP_ENV }}
113113
DATABASE_URL=${{ env.DATABASE_URL }}

0 commit comments

Comments
 (0)