Skip to content

Commit

Permalink
ci: adding ghcr.io to tag for build image for GitHub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 567c7ac commit d367f21
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 @@ -15,4 +15,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Image
run: docker build . --tag ${{ github.repository }}:${{ github.sha }}
run: docker build . --tag ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit d367f21

Please sign in to comment.