Skip to content

Commit

Permalink
add registry to url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniissou committed Oct 17, 2024
1 parent 65fa22a commit 37dcb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: docker build . -t ${{ secrets.CI_REGISTRY }}/yanissou/${{ secrets.CI_PROJECT_NAME }}:latest

- name: Push Docker image
run: docker push gitlab.com/yanissou/epsilonbot:latest
run: docker push registry.gitlab.com/yanissou/epsilonbot:latest

0 comments on commit 37dcb2f

Please sign in to comment.