Skip to content

Commit 4cee3d9

Browse files
Update catlog-service.yml
1 parent f58f092 commit 4cee3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/catlog-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ github.ref == 'refs/heads/main' }}
4343
uses: docker/login-action@v3
4444
with:
45-
username: ${{ secrets.DOCKERHUB_USERNAME }}
45+
username: ${{ vars.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747

4848
- name: Build and Publish Docker Image

0 commit comments

Comments
 (0)