Skip to content

Commit

Permalink
Update build_all_images.yml
Browse files Browse the repository at this point in the history
Fixed indentation
  • Loading branch information
LocoDelAssembly authored Sep 1, 2023
1 parent e0bd5b8 commit e77f53a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_all_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
run: ./build_image.sh ${{ env.REGISTRY }}/sfg-taxonpages/${{ matrix.repo }}

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push image to registry
run: docker push ${{ env.REGISTRY }}/sfg-taxonpages/${{ matrix.repo }}

0 comments on commit e77f53a

Please sign in to comment.