Skip to content

Commit 8f1faa3

Browse files
committed
added github action for ci/cd
1 parent 4ab7680 commit 8f1faa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Login to Docker Hub
3131
uses: docker/login-action@v3
3232
with:
33-
username: DOCKER_HUB_USERNAME
34-
password: DENEME
33+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
34+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
3535

3636
- name: Build and Push
3737
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)