Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
  • Loading branch information
thanodnl and hanefi committed Jul 11, 2024
1 parent 5c0f4e6 commit 661ed2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# If current branch is not master,build and publish dev image
- name: Build & Push all dev images
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# If current branch is not master,build and publish dev image
- name: Build & Push all dev images
Expand All @@ -96,8 +96,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push all live images
run: |
Expand Down

0 comments on commit 661ed2f

Please sign in to comment.