We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962bf49 commit 4c29483Copy full SHA for 4c29483
.github/workflows/deploy-.yml .github/workflows/deploy.yml.github/workflows/deploy-.yml renamed to .github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: docker/setup-buildx-action@v3
21
22
- name: Login to GitHub Container Registry
23
- run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io --u ${{ github.actor }} --password-stdin
+ run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
24
25
- name: Build React Docker Image
26
run: docker build -t $IMAGE_REACT:latest .
0 commit comments