Skip to content

Commit

Permalink
fix: Docker image publishing
Browse files Browse the repository at this point in the history
The image name should match the repository name.
  • Loading branch information
akash1810 authored Aug 15, 2023
1 parent a7b8ec2 commit 692d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: devx-logs-for-ecs
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-image:
Expand Down

0 comments on commit 692d379

Please sign in to comment.