Skip to content

Commit 4c29483

Browse files
author
Ajit Kumar
committed
feat:updated deploy.yml file
1 parent 962bf49 commit 4c29483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-buildx-action@v3
2121

2222
- name: Login to GitHub Container Registry
23-
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io --u ${{ github.actor }} --password-stdin
23+
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2424

2525
- name: Build React Docker Image
2626
run: docker build -t $IMAGE_REACT:latest .

0 commit comments

Comments
 (0)