Skip to content

Commit 43f8795

Browse files
committed
Correct way of using different docker file
1 parent 3763986 commit 43f8795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
echo REPOSITORY_LC=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
1515
- name: Login to GitHub Container Registry
1616
uses: docker/login-action@v1
17-
working-directory: ./jccp
1817
with:
1918
registry: ghcr.io
2019
username: ${{ github.repository_owner }}
@@ -24,6 +23,7 @@ jobs:
2423
with:
2524
push: true
2625
tags: ghcr.io/${{ env.REPOSITORY_LC }}:beta
26+
file: ./jccp/Dockerfile
2727
build-args: |
2828
SHORT_SHA:${{ github.sha }}
2929
- name: Login to production server and deploy

0 commit comments

Comments
 (0)