Skip to content

Commit

Permalink
make the image names consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 22, 2022
1 parent 169e796 commit 3f6556c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
name: prom-aggregation-gateway
build:
artifacts:
- image: ghcr.io/zapier/prom-aggregation-gateway
- image: prom-aggregation-gateway
custom:
buildCommand: earthly +build-docker --version=dev --image_name=ghcr.io/zapier/prom-aggregation-gateway
buildCommand: earthly +build-docker --version=$IMAGE_TAG --image_name=$IMAGE_REPO
tagPolicy:
customTemplate:
template: dev
Expand Down

0 comments on commit 3f6556c

Please sign in to comment.