Skip to content

Commit 5014350

Browse files
committed
"Added new step to build and push Docker image in deploy workflow"
1 parent f668999 commit 5014350

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
username: ${{ secrets.GHCR_USERNAME }}
3232
password: ${{ secrets.GHCR_TOKEN }}
3333

34+
# Step 4: Build and push the Docker image
3435
- name: Build and Push Docker Image
3536
env:
3637
ENV_FILE: ${{ secrets.WEBXR_ENV_FILE }}

0 commit comments

Comments
 (0)