Skip to content

Commit

Permalink
fix: address typo in parser release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
  • Loading branch information
tylerslaton committed Mar 8, 2024
1 parent e403bc1 commit e35b60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Build and push the image
uses: docker/build-push-action@v2
with:
context: .
context: parser
push: true
tags: ghcr.io/${{ github.repository }}/parser:${{ github.ref_name }}

0 comments on commit e35b60c

Please # to comment.