Skip to content

Commit

Permalink
ci(build_publish): fix image name
Browse files Browse the repository at this point in the history
Repository name must be lowercase.
  • Loading branch information
nitaibezerra authored and edulauer committed Mar 22, 2023
1 parent 4fb882b commit c71b353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository_owner }}/ro-dou:latest

0 comments on commit c71b353

Please sign in to comment.