Skip to content

Commit

Permalink
fix: push to ecr and disable ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri-go committed Apr 18, 2023
1 parent 944f0aa commit 9b0680c
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 @@ -7,9 +7,9 @@ on:
tags:
- v**
env:
ECR_ENABLED: false
ECR_ENABLED: true
ECR_REPO: public.ecr.aws/l9h3g6c6/peggo
GHCR_ENABLED: true
GHCR_ENABLED: false
GHCR_REPO: ghcr.io/InjectiveLabs/peggo

jobs:
Expand Down

0 comments on commit 9b0680c

Please sign in to comment.