Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 8, 2024
1 parent e3e1ac4 commit 0cca9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-publish-ocr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Login to ACR
shell: bash
run: docker login ${{ env.REGISTRY }} -u ${{ input.username }} -p ${{ inputs.token }}
run: docker login ${{ env.REGISTRY }} -u ${{ inputs.username }} -p ${{ inputs.token }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 0cca9ed

Please sign in to comment.