Skip to content

Commit

Permalink
ci: update Docker package name
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Jan 17, 2025
1 parent 7d709e4 commit 7fc80e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ccache-exporter
IMAGE_NAME: ${{ github.repository }}

jobs:
docker-image:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
ccache-exporter:
image: ghcr.io/virtualtam/ccache-exporter:latest
image: ghcr.io/virtualtam/ccache_exporter:latest
build: .
networks:
prometheus:
Expand Down

0 comments on commit 7fc80e9

Please sign in to comment.