Skip to content

Commit

Permalink
💚 Fix deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Jan 4, 2024
1 parent ee0b9ef commit 3af8fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: env.SECRET_NOT_DEFINED != 'true'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: xen0xys
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker Image
if: env.SECRET_NOT_DEFINED != 'true'
Expand Down

0 comments on commit 3af8fff

Please sign in to comment.