Skip to content

Commit

Permalink
removed /geni
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 27, 2023
1 parent bbdb13f commit f9ba7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: docker build -t ghcr.io/${{ github.repository }}/geni:${{ github.ref_name }} .
run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} .
- name: Push
if: startsWith(github.ref, 'refs/tags/')
run: docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 comments on commit f9ba7ba

Please sign in to comment.