Skip to content

Commit

Permalink
fix(ci): repository name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jul 1, 2024
1 parent 4148344 commit 094d14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
push: true
tags: |
ghcr.io/PEERINGTestbed/peeringmon_exporter:${{ github.sha }}
ghcr.io/PEERINGTestbed/peeringmon_exporter:latest
ghcr.io/peeringtestbed/peeringmon_exporter:${{ github.sha }}
ghcr.io/peeringtestbed/peeringmon_exporter:latest

0 comments on commit 094d14f

Please sign in to comment.