Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas authored Apr 17, 2024
1 parent dd51bf5 commit 19a3ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Checkout Repo ⚡️
uses: actions/checkout@v4

- uses: docker/login-action@v2 🔑
- uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Checkout Repo ⚡️
uses: actions/checkout@v4

- uses: docker/login-action@v2 🔑
- uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 19a3ee2

Please sign in to comment.