We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763986 commit 43f8795Copy full SHA for 43f8795
.github/workflows/deploy_beta.yml
@@ -14,7 +14,6 @@ jobs:
14
echo REPOSITORY_LC=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
15
- name: Login to GitHub Container Registry
16
uses: docker/login-action@v1
17
- working-directory: ./jccp
18
with:
19
registry: ghcr.io
20
username: ${{ github.repository_owner }}
@@ -24,6 +23,7 @@ jobs:
24
23
25
push: true
26
tags: ghcr.io/${{ env.REPOSITORY_LC }}:beta
+ file: ./jccp/Dockerfile
27
build-args: |
28
SHORT_SHA:${{ github.sha }}
29
- name: Login to production server and deploy
0 commit comments