Skip to content

Commit

Permalink
refactor: moving tag and build directory to the last bit
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 6225e3e commit b7690f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Image
run: docker build . --tag ghcr.io/${{ github.repository }}:${{ github.sha }}
run: docker build --tag ghcr.io/${{ github.repository }}:${{ github.sha }} .
- name: Running release-it on dry-run
run: |
docker run -e GIT_EMAIL=${GIT_EMAIL} -e GIT_USERNAME=${GIT_USERNAME} -e GITHUB_TOKEN=${GITHUB_TOKEN} -e RELEASE_IT_PLUGINS="@release-it/conventional-changelog@latest" -v $(pwd):/app ghcr.io/${{ github.repository }}:${{ github.sha }} release-it --dry-run
Expand Down

0 comments on commit b7690f4

Please sign in to comment.