Skip to content

Commit

Permalink
Merge pull request #1 from vernaldev/Den4200-patch-1
Browse files Browse the repository at this point in the history
Inject error into actions
  • Loading branch information
niaaron authored Apr 19, 2024
2 parents fabee7d + 5961b3e commit 4182458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
username: ""
password: ""

- name: Build & Push Backend Image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4182458

Please sign in to comment.