Skip to content

Commit

Permalink
fix: earthfiles (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Feb 7, 2024
1 parent a34195e commit 6e52a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deploy:
BUILD --pass-args +build-image --tag=$tag
END
FROM --pass-args core+vcluster-deployer-image
RUN kubectl patch Versions.stack.formance.com default -p "{\"spec\":{\"reconciliation\": \"${tag}\"}}" --type=merge
RUN kubectl patch Versions.formance.com default -p "{\"spec\":{\"reconciliation\": \"${tag}\"}}" --type=merge

lint:
FROM core+builder-image
Expand Down

0 comments on commit 6e52a56

Please sign in to comment.