Skip to content

Commit 5dd2402

Browse files
committed
Tmp testing
1 parent 9ea9078 commit 5dd2402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
context: .
109109
push: true
110-
tags: ${{ secrets.DOCKER_REGISTRY }}/api-php:${DOCKER_BRANCH}
110+
tags: ${{ secrets.DOCKER_REGISTRY }}/api-php:${{ github.ref_name }}
111111
build-args: |
112112
APP_ENV=${{ env.APP_ENV }}
113113
DATABASE_URL=${{ env.DATABASE_URL }}

0 commit comments

Comments
 (0)