We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f668999 commit 5014350Copy full SHA for 5014350
1 file changed
.github/workflows/deploy.yml
@@ -31,6 +31,7 @@ jobs:
31
username: ${{ secrets.GHCR_USERNAME }}
32
password: ${{ secrets.GHCR_TOKEN }}
33
34
+ # Step 4: Build and push the Docker image
35
- name: Build and Push Docker Image
36
env:
37
ENV_FILE: ${{ secrets.WEBXR_ENV_FILE }}
0 commit comments