Skip to content

Commit 42d5263

Browse files
committed
hardcode Docker Hub username in workflow instead of using secret
1 parent dbe40fe commit 42d5263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Log in to Docker Hub
2929
uses: docker/login-action@v3
3030
with:
31-
username: ${{ secrets.DOCKERHUB_USERNAME }}
31+
username: raahulrahl
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Build and push versioned image

0 commit comments

Comments
 (0)