Skip to content

Commit

Permalink
Corrected references to repo input
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly authored Sep 1, 2023
1 parent a00b734 commit 83a0051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3

- name: Build image
run: ./build_image.sh ${{ env.REGISTRY }} ${{ matrix.repo }}
run: ./build_image.sh ${{ env.REGISTRY }} ${{ github.event.inputs.repo }}

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand All @@ -47,4 +47,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 83a0051

Please sign in to comment.