Skip to content

Commit

Permalink
add version label to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djnakabaale committed Oct 16, 2024
1 parent 4eb9b0f commit 6501f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ LABEL \
io.openshift.tags="cost,cost-management,prometheus,servicetelemetry,operators" \
maintainer="Cost Management <[email protected]>" \
name="koku-metrics-operator" \
summary="Koku Metrics Operator"
summary="Koku Metrics Operator" \
version="3.3.1"

WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down

0 comments on commit 6501f6c

Please sign in to comment.